python-modernize -f libmodernize.fixes.fix_xrange_six
This commit is contained in:
parent
e67bd0f3a7
commit
b96092334d
13 changed files with 29 additions and 6 deletions
|
|
@ -1,6 +1,8 @@
|
|||
from __future__ import absolute_import
|
||||
import copy
|
||||
import datetime
|
||||
import mock
|
||||
from six.moves import range
|
||||
try:
|
||||
import unittest2 as unittest
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue