Skip to content

Commit 7441fa5

Browse files
committed
Merge pull request numpy#3201 from charris/2to3-apply-imports2-fixer
2to3: Apply `imports2` fixer.
2 parents 49a8902 + 37d6468 commit 7441fa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/py3tool.py

+2-1
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)