Add 2to3.py script to run both the default and our custom fixes locally
authorW. Trevor King <wking@tremily.us>
Tue, 11 Dec 2012 16:18:29 +0000 (11:18 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 11 Dec 2012 16:18:43 +0000 (11:18 -0500)
commit0cf4c740addabfef67b8f238d6acd0be3b1c7533
tree2ff7b4401999640529cfb6dc0163b796d788cb8f
parent21a2010bf2768bc658e09666c2135063ce004efc
Add 2to3.py script to run both the default and our custom fixes locally

If you're using the local directory directly, rather than building and
installing Jinja2 via setup.py, you need to make the 2to3 updates
locally, using both the default fixers and our custom fixers.
Unfortunately, the stock 2to3 tool lacks an option for appending
custom fixer modules.  This script is the simplest tweak that will
apply both sets of fixers.
2to3.py [new file with mode: 0755]