diff options
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-x | tools/py3tool.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py index 46bf924bf..258484fc9 100755 --- a/tools/py3tool.py +++ b/tools/py3tool.py @@ -39,6 +39,15 @@ 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', } def main(): |