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,3 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
import unittest
|
||||
import os
|
||||
import sys
|
||||
|
|
@ -7,6 +8,7 @@ import tempfile
|
|||
import koji
|
||||
|
||||
from loadkojid import kojid
|
||||
from six.moves import range
|
||||
|
||||
|
||||
class FakeHeader(dict):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue