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
|
|
@ -23,6 +23,7 @@ import six.moves.xmlrpc_client
|
|||
from six.moves import filter
|
||||
from six.moves import map
|
||||
from six.moves import zip
|
||||
from six.moves import range
|
||||
|
||||
try:
|
||||
import libcomps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue