python-modernize -f libmodernize.fixes.fix_xrange_six
This commit is contained in:
parent
0ded2a44a9
commit
7f946b37be
16 changed files with 52 additions and 20 deletions
|
|
@ -1,6 +1,8 @@
|
|||
from __future__ import absolute_import
|
||||
import unittest
|
||||
|
||||
import loadcli
|
||||
from six.moves import range
|
||||
|
||||
cli = loadcli.cli
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue