tornado/maint/scripts/custom_fixers
Ben Darnell 65df55da40 Convert print to a function and add future imports.
Automated with 2to3 and custom fixer.
2to3 -f print tornado > print.diff
2to3 -f print -d tornado > print_doctest.diff
maint/scripts/run_fixers.py -f future_import tornado > future.diff
cd tornado
git apply ../{print,print_doctest,future}.diff
2013-01-13 19:35:04 -05:00
..
__init__.py Add a script to rewrite __future__ imports 2012-02-08 23:16:56 -08:00
fix_future_imports.py Convert print to a function and add future imports. 2013-01-13 19:35:04 -05:00
fix_unicode_literal.py Add tornado.util.u and a fixer script to start using it. 2013-01-13 18:40:18 -05:00