diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-04-14 07:29:22 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-04-14 07:29:22 -0700 |
commit | ff464ef985cb4d3bca82cc0e7867e02ca47482dc (patch) | |
tree | 215fa2823516fe3d3dce6e4cf46b0dd37c8f9acc /tools | |
parent | f62bc39d25eb827b4245ddfeb25b2ff6afbb838d (diff) | |
parent | ffdad17d0db1d55d39911d637c650ea0acada78b (diff) | |
download | numpy-ff464ef985cb4d3bca82cc0e7867e02ca47482dc.tar.gz |
Merge pull request #3238 from charris/2to3-apply-renames-fixer
2to3: Apply renames 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 e73d7aadb..8b7c1b0a3 100755 --- a/tools/py3tool.py +++ b/tools/py3tool.py @@ -81,7 +81,7 @@ FIXES_TO_SKIP = [ 'raise', 'raw_input', 'reduce', -# 'renames', + 'renames', 'repr', 'setliteral', 'standarderror', |