summaryrefslogtreecommitdiff
path: root/tools/py3tool.py
diff options
context:
space:
mode:
authornjsmith <njs@pobox.com>2013-04-06 08:18:02 -0700
committernjsmith <njs@pobox.com>2013-04-06 08:18:02 -0700
commit7441fa50523f5b4a16c854bf004d675e5bd86ab8 (patch)
treef9ee29b4463ae559626f972ed383f33e7878671d /tools/py3tool.py
parent49a8902a673d6fb2ba9ca446fc652aa9d2e55e1b (diff)
parent37d6468d953703f9918b7d1ff01db10ece4a545c (diff)
downloadnumpy-7441fa50523f5b4a16c854bf004d675e5bd86ab8.tar.gz
Merge pull request #3201 from charris/2to3-apply-imports2-fixer
2to3: Apply `imports2` fixer.
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-xtools/py3tool.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py
index d7fc94240..07c01c42b 100755
--- a/tools/py3tool.py
+++ b/tools/py3tool.py
@@ -78,7 +78,8 @@ FIXES_TO_SKIP = [
'xreadlines',
'xrange',
'import',
- 'imports'
+ 'imports',
+ 'imports2',
]
skip_fixes= []