summaryrefslogtreecommitdiff
path: root/tools/py3tool.py
diff options
context:
space:
mode:
authornjsmith <njs@pobox.com>2013-04-13 01:12:03 -0700
committernjsmith <njs@pobox.com>2013-04-13 01:12:03 -0700
commit74b08b3f0284d9d2dd55a15dd98a3846913b1b51 (patch)
tree4e889cf226ba5b1ff3c708bfcd349352bfe76b96 /tools/py3tool.py
parent06066cb01962819c9590d87ea57c77db2a306266 (diff)
parent5de56efaad908f2b731a7eda2b9ca2a9196f820a (diff)
downloadnumpy-74b08b3f0284d9d2dd55a15dd98a3846913b1b51.tar.gz
Merge pull request #3236 from charris/2to3-apply-itertools
2to3: Apply itertools fixer.
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-xtools/py3tool.py2
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',