summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-04-15 08:35:10 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-04-15 08:35:10 -0700
commit9361471ebf49d31761e8ed9d7dc6512abe3241a9 (patch)
tree8e01d8226aa0c6073a9c3cf8fbf9fdf88a175d5b /tools
parenta196d789fbb8e72672c73ffcf99c687b5fd3ec3d (diff)
parentc6de09799decbb22bb2d7a44036f53c30356edda (diff)
downloadnumpy-9361471ebf49d31761e8ed9d7dc6512abe3241a9.tar.gz
Merge pull request #3249 from charris/2to3-apply-next-fixer
2to3: Apply next fixer.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/py3tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py
index d3eb60958..072b593a7 100755
--- a/tools/py3tool.py
+++ b/tools/py3tool.py
@@ -72,7 +72,7 @@ FIXES_TO_SKIP = [
'metaclass',
'methodattrs',
'ne',
-# 'next',
+ 'next',
'nonzero',
'numliterals',
'operator',