python-modernize -f libmodernize.fixes.fix_xrange_six

This commit is contained in:
Tomas Kopecek 2017-05-03 11:21:12 +02:00
parent 0ded2a44a9
commit 7f946b37be
16 changed files with 52 additions and 20 deletions

View file

@ -1,6 +1,8 @@
from __future__ import absolute_import
import unittest
import loadcli
from six.moves import range
cli = loadcli.cli