Open ralic opened 7 years ago
using : find . -name '*.py' | xargs 2to3 -w
Thanks @ralic - let's try building in a compatibility layer using python-future and six instead of running 2to3 and maintaining two release codebases.
2to3
using : find . -name '*.py' | xargs 2to3 -w