Bat-belt
Bat-belt copied to clipboard
Convert to Python3
using : find . -name '*.py' | xargs 2to3 -w
Hi, with your PR , when I git pull your code, I still have the error I spoke about in issue #3 at the same line (512) of structs.py
NameError: name 'xrange' is not defined
is 2to3 able to migrate that all alone ? I tested but failed to with python 3.6 too.
I will check again today and let you know.
It is fixed and I added travis-ci testing.