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

@ -1,6 +1,8 @@
from __future__ import absolute_import
import copy
import datetime
import mock
from six.moves import range
try:
import unittest2 as unittest
except ImportError: