Apply Python 3 futurize transform libmodernize.fixes.fix_zip.
This commit is contained in:
parent
c5e2995b6e
commit
a8341dcdff
|
@ -13,6 +13,7 @@ import sys
|
||||||
import six
|
import six
|
||||||
from six.moves import input
|
from six.moves import input
|
||||||
from six.moves import range
|
from six.moves import range
|
||||||
|
from six.moves import zip
|
||||||
if sys.hexversion < 0x02040000:
|
if sys.hexversion < 0x02040000:
|
||||||
# The limiter is the subprocess module
|
# The limiter is the subprocess module
|
||||||
sys.stderr.write("git-p4: requires Python 2.4 or later.\n")
|
sys.stderr.write("git-p4: requires Python 2.4 or later.\n")
|
||||||
|
|
Loading…
Reference in a new issue