X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=client%2Fescalatorclient%2Fcommon%2Fhttps.py;h=0008a8495cd244b9073092117fdfff34cffe891b;hb=71d4f906c1a52f5dcba114ff8aa70148dafffd24;hp=55769a064577b13d27581eb4533919c14fa7ba15;hpb=c1783221873845d072b739c7ebd8d0a75fe00bb9;p=escalator.git diff --git a/client/escalatorclient/common/https.py b/client/escalatorclient/common/https.py index 55769a0..0008a84 100644 --- a/client/escalatorclient/common/https.py +++ b/client/escalatorclient/common/https.py @@ -25,7 +25,7 @@ try: except ImportError: from urllib3 import connectionpool -from oslo_utils import encodeutils +from oslo.utils import encodeutils import six # NOTE(jokke): simplified transition to py3, behaves like py2 xrange from six.moves import range