diff options
author | njsmith <njs@pobox.com> | 2013-04-08 12:04:07 -0700 |
---|---|---|
committer | njsmith <njs@pobox.com> | 2013-04-08 12:04:07 -0700 |
commit | f85bdf48aadf7b5a5f575370b589805fed190a6c (patch) | |
tree | c84a165c4b3d10421744785ffe2803bc069b09ea /tools/py3tool.py | |
parent | 01aa27a436476d87c4d986a80225d23179eebb44 (diff) | |
parent | 011f8a20044a3982b2441cb53876e9689a3f6d0c (diff) | |
download | numpy-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-x | tools/py3tool.py | 1 |
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= [] |