Skip to content

Made the code Python2 and Python3 compatible

Marco Clemencic requested to merge futurize into master

Instead of using 2to3 to generate Python3 compatible code from a Python2 code base, the same code works on both versions.

Merge request reports