python-modernize -f libmodernize.fixes.fix_zip

This commit is contained in:
Tomas Kopecek 2017-05-03 11:21:56 +02:00
parent 7f946b37be
commit 0eaf3349c4
9 changed files with 41 additions and 29 deletions

View file

@ -27,6 +27,7 @@
from __future__ import absolute_import
import sys
from six.moves import range
from six.moves import zip
try:
import krbV
except ImportError: # pragma: no cover