Apply Python 3 futurize transform libmodernize.fixes.fix_zip.

This commit is contained in:
Tim Abbott 2015-11-01 08:15:11 -08:00
parent c5e2995b6e
commit a8341dcdff

View file

@ -13,6 +13,7 @@ import sys
import six
from six.moves import input
from six.moves import range
from six.moves import zip
if sys.hexversion < 0x02040000:
# The limiter is the subprocess module
sys.stderr.write("git-p4: requires Python 2.4 or later.\n")