tornado/maint/scripts
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
..
custom_fixers Convert print to a function and add future imports. 2013-01-13 19:35:04 -05:00
run_autopep8.sh Don't let autopep8 rewrite all the lines longer than 80 chars. 2012-08-27 17:31:47 -04:00
run_fixers.py Add a script to rewrite __future__ imports 2012-02-08 23:16:56 -08:00