tornado/maint/scripts/custom_fixers
Ben Darnell 58a7ff10a8 Turn on __future__ division too.
All existing uses of division were already using a float for at least
one operand (except the tests that just do 1/0 as a quick way to throw
an exception).

We have now turned on all the __future__ options available in python2.5.
2012-02-09 00:17:58 -08:00
..
__init__.py Add a script to rewrite __future__ imports 2012-02-08 23:16:56 -08:00
fix_future_imports.py Turn on __future__ division too. 2012-02-09 00:17:58 -08:00