Apply 2to3 next fix.

Manually set `next = __next__` for Python 2 support.
This commit is contained in:
Bradley M. Froehle 2012-07-12 17:27:07 -07:00
parent 0b44186d76
commit 9dd190f134

View File

@ -272,6 +272,7 @@ if 'setuptools' in sys.modules:
'lib2to3.fixes.fix_except',
'lib2to3.fixes.fix_apply',
'lib2to3.fixes.fix_repr',
'lib2to3.fixes.fix_next',
]
from setuptools.command.build_py import build_py
setup_args['cmdclass'] = {'build_py': record_commit_info('IPython', build_cmd=build_py)}