This would simplify transitioning to python 3
In this case, could you add the from __future__ import print_function line as well?
from __future__ import print_function
thanks :)
:thumbsup: to what @pingou says
rebased onto 8a88644976ea138a1f25253b5ca09da40441173f
Ok, done
I think this should be first line
rebased onto 9b6a6220395daa9b75c855c2dc9e0a0e42d223ec
Fixed
🍾
Thanks! :)
Pull-Request has been merged by pingou
This would simplify transitioning to python 3