summaryrefslogtreecommitdiff
path: root/tools/py3tool.py
diff options
context:
space:
mode:
authornjsmith <njs@pobox.com>2013-04-08 12:04:07 -0700
committernjsmith <njs@pobox.com>2013-04-08 12:04:07 -0700
commitf85bdf48aadf7b5a5f575370b589805fed190a6c (patch)
treec84a165c4b3d10421744785ffe2803bc069b09ea /tools/py3tool.py
parent01aa27a436476d87c4d986a80225d23179eebb44 (diff)
parent011f8a20044a3982b2441cb53876e9689a3f6d0c (diff)
downloadnumpy-f85bdf48aadf7b5a5f575370b589805fed190a6c.tar.gz
Merge pull request #3208 from charris/2to3-apply-repr-fixer
2to3: Apply `repr` fixer.
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-xtools/py3tool.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py
index cf688d55b..7ac7fcb71 100755
--- a/tools/py3tool.py
+++ b/tools/py3tool.py
@@ -73,6 +73,7 @@ FIXES_TO_SKIP = [
'imports2',
'print',
'dict',
+ 'repr',
]
skip_fixes= []