diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-04-15 08:35:10 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-04-15 08:35:10 -0700 |
commit | 9361471ebf49d31761e8ed9d7dc6512abe3241a9 (patch) | |
tree | 8e01d8226aa0c6073a9c3cf8fbf9fdf88a175d5b /tools | |
parent | a196d789fbb8e72672c73ffcf99c687b5fd3ec3d (diff) | |
parent | c6de09799decbb22bb2d7a44036f53c30356edda (diff) | |
download | numpy-9361471ebf49d31761e8ed9d7dc6512abe3241a9.tar.gz |
Merge pull request #3249 from charris/2to3-apply-next-fixer
2to3: Apply next fixer.
Diffstat (limited to 'tools')
-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 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', |