PyCQA / modernize

Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)
https://modernize.readthedocs.org/
Other
355 stars 51 forks source link

Ship modernize module, solves #114 #115

Closed techtonik closed 9 years ago

techtonik commented 9 years ago

This allows to execute tool as python -m modernize after installation

takluyver commented 9 years ago

Looks fine to me. @daira ?