X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=client%2Fescalatorclient%2Fcommon%2Fhttps.py;fp=client%2Fescalatorclient%2Fcommon%2Fhttps.py;h=55769a064577b13d27581eb4533919c14fa7ba15;hb=74c631c6dae08d463f0d4c3953a1addcb187d090;hp=0008a8495cd244b9073092117fdfff34cffe891b;hpb=71d4f906c1a52f5dcba114ff8aa70148dafffd24;p=escalator.git diff --git a/client/escalatorclient/common/https.py b/client/escalatorclient/common/https.py index 0008a84..55769a0 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