diff options
author | njsmith <njs@pobox.com> | 2013-04-13 01:12:03 -0700 |
---|---|---|
committer | njsmith <njs@pobox.com> | 2013-04-13 01:12:03 -0700 |
commit | 74b08b3f0284d9d2dd55a15dd98a3846913b1b51 (patch) | |
tree | 4e889cf226ba5b1ff3c708bfcd349352bfe76b96 /tools/py3tool.py | |
parent | 06066cb01962819c9590d87ea57c77db2a306266 (diff) | |
parent | 5de56efaad908f2b731a7eda2b9ca2a9196f820a (diff) | |
download | numpy-74b08b3f0284d9d2dd55a15dd98a3846913b1b51.tar.gz |
Merge pull request #3236 from charris/2to3-apply-itertools
2to3: Apply itertools fixer.
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-x | tools/py3tool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py index 6fca72eba..39a6bf062 100755 --- a/tools/py3tool.py +++ b/tools/py3tool.py @@ -65,8 +65,8 @@ FIXES_TO_SKIP = [ 'input', 'intern', # 'isinstance', -# 'itertools', 'itertools_imports', + 'itertools', # 'long', 'map', 'metaclass', |