Skip to content

Commit

Permalink
Merge pull request numpy#3201 from charris/2to3-apply-imports2-fixer
Browse files Browse the repository at this point in the history
2to3: Apply `imports2` fixer.
  • Loading branch information
njsmith committed Apr 6, 2013
2 parents 49a8902 + 37d6468 commit 7441fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/py3tool.py
Expand Up @@ -78,7 +78,8 @@
'xreadlines',
'xrange',
'import',
'imports'
'imports',
'imports2',
]

skip_fixes= []
Expand Down

0 comments on commit 7441fa5

Please sign in to comment.