summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-04-06 08:54:25 -0600
committerCharles Harris <charlesr.harris@gmail.com>2013-04-06 08:54:25 -0600
commit8d48c8f201be60748b83cf62a233c46033dcba47 (patch)
treee6b6abbdb8c3f454f57a9b33ab832a835c7b8ec6
parent49a8902a673d6fb2ba9ca446fc652aa9d2e55e1b (diff)
downloadnumpy-8d48c8f201be60748b83cf62a233c46033dcba47.tar.gz
2to3: Apply `imports2` fixer.
No files were changed by this fixer, so add it to the list of fixers to be skipped by 2to3. Closes #3181.
-rwxr-xr-xtools/py3tool.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py
index d7fc94240..431ceeb61 100755
--- a/tools/py3tool.py
+++ b/tools/py3tool.py
@@ -78,7 +78,8 @@ FIXES_TO_SKIP = [
'xreadlines',
'xrange',
'import',
- 'imports'
+ 'imports',
+ 'imports2'
]
skip_fixes= []