Bat-belt icon indicating copy to clipboard operation
Bat-belt copied to clipboard

Convert to Python3

Open ralic opened this issue 8 years ago • 3 comments

using : find . -name '*.py' | xargs 2to3 -w

ralic avatar May 18 '17 06:05 ralic

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.

foxmask avatar Sep 28 '17 13:09 foxmask

I will check again today and let you know.

ralic avatar Sep 28 '17 22:09 ralic

It is fixed and I added travis-ci testing.

ralic avatar Sep 30 '17 10:09 ralic