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
|
|
@ -18,6 +18,7 @@
|
|||
# Mike McLean <mikem@redhat.com>
|
||||
# Mike Bonnet <mikeb@redhat.com>
|
||||
|
||||
from __future__ import absolute_import
|
||||
import calendar
|
||||
from fnmatch import fnmatch
|
||||
import koji
|
||||
|
|
@ -32,6 +33,7 @@ import sys
|
|||
import time
|
||||
import ConfigParser
|
||||
from zlib import adler32
|
||||
from six.moves import range
|
||||
|
||||
# imported from kojiweb and kojihub
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue