Merge "Unify using six.moves.range rename everywhere"

This commit is contained in:
Jenkins 2015-03-04 16:29:50 +00:00 committed by Gerrit Code Review
commit ab52bf3ce2
2 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,8 @@ except ImportError:
from oslo_utils import encodeutils
import six
# NOTE(jokke): simplified transition to py3, behaves like py2 xrange
from six.moves import range
from glanceclient.common import utils

View File

@ -16,6 +16,8 @@
import sys
import six
# NOTE(jokke): simplified transition to py3, behaves like py2 xrange
from six.moves import range
import testtools
from glanceclient.common import utils