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
2 changed files with 4 additions and 0 deletions
+2
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