python-modernize -f libmodernize.fixes.fix_xrange_six

This commit is contained in:
Tomas Kopecek 2018-06-28 16:53:22 +02:00 committed by Mike McLean
parent e67bd0f3a7
commit b96092334d
13 changed files with 29 additions and 6 deletions

View file

@ -23,6 +23,7 @@ import six.moves.xmlrpc_client
from six.moves import filter
from six.moves import map
from six.moves import zip
from six.moves import range
try:
import libcomps