ilastik / hytra

Python module for multi HYpotheses TRAcking
https://github.com/ilastik/hytra
MIT License
2 stars 7 forks source link

Prepare for Python3 #19

Open chaubold opened 7 years ago

chaubold commented 7 years ago

Using the 2to3 tool this should be rather easy, but how do we support both, Python 2 and 3? We could use six to manage some things, and import future...