Closed ralic closed 7 years ago
using : find . -name '*.py' | xargs 2to3 -w
What? This project is already python 3 (and python 2) compatible! As far as I can tell all your changes have done is add superfluous ( ) to print statements.
using : find . -name '*.py' | xargs 2to3 -w