summaryrefslogtreecommitdiff
path: root/tools/py3tool.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-04-06 07:42:08 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-04-06 07:42:08 -0700
commit49a8902a673d6fb2ba9ca446fc652aa9d2e55e1b (patch)
treee71c0d8f6123307860a58796ed840bf32526b3fe /tools/py3tool.py
parent3c8fc14665548c71a9cd144b2e16d9309a92e255 (diff)
parent4394515cd5632a7f110993ff75033d407d10861d (diff)
downloadnumpy-49a8902a673d6fb2ba9ca446fc652aa9d2e55e1b.tar.gz
Merge pull request #3191 from charris/2to3-apply-imports-fixer
2to3: Apply `imports` 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 656327450..d7fc94240 100755
--- a/tools/py3tool.py
+++ b/tools/py3tool.py
@@ -77,7 +77,8 @@ FIXES_TO_SKIP = [
'raw_input',
'xreadlines',
'xrange',
- 'import'
+ 'import',
+ 'imports'
]
skip_fixes= []