Skip to content

Commit 8d48c8f

Browse files
committed
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 numpy#3181.
1 parent 49a8902 commit 8d48c8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/py3tool.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
'xreadlines',
7979
'xrange',
8080
'import',
81-
'imports'
81+
'imports',
82+
'imports2'
8283
]
8384

8485
skip_fixes= []

0 commit comments

Comments
 (0)