diff options
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-x | tools/py3tool.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py index 07c01c42b..1a92e9cbc 100755 --- a/tools/py3tool.py +++ b/tools/py3tool.py @@ -40,15 +40,6 @@ EXTRA_2TO3_FLAGS = { 'numpy/core/defchararray.py': '-x unicode', 'numpy/compat/py3k.py': '-x unicode', 'numpy/ma/timer_comparison.py': 'skip', - 'numpy/distutils/system_info.py': '-x reduce', - 'numpy/f2py/auxfuncs.py': '-x reduce', - 'numpy/lib/arrayterator.py': '-x reduce', - 'numpy/lib/tests/test_arrayterator.py': '-x reduce', - 'numpy/ma/core.py': '-x reduce', - 'numpy/ma/tests/test_core.py': '-x reduce', - 'numpy/ma/tests/test_old_ma.py': '-x reduce', - 'numpy/ma/timer_comparison.py': '-x reduce', - 'numpy/oldnumeric/ma.py': '-x reduce', } # Names of fixers to skip when running 2to3 |