summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-04-14 07:29:22 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-04-14 07:29:22 -0700
commitff464ef985cb4d3bca82cc0e7867e02ca47482dc (patch)
tree215fa2823516fe3d3dce6e4cf46b0dd37c8f9acc /tools
parentf62bc39d25eb827b4245ddfeb25b2ff6afbb838d (diff)
parentffdad17d0db1d55d39911d637c650ea0acada78b (diff)
downloadnumpy-ff464ef985cb4d3bca82cc0e7867e02ca47482dc.tar.gz
Merge pull request #3238 from charris/2to3-apply-renames-fixer
2to3: Apply renames 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 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',