X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=client%2Fescalatorclient%2Fcommon%2Fhttp.py;fp=client%2Fescalatorclient%2Fcommon%2Fhttp.py;h=e3e4b885869fd6bd9f7c9677e8acd9d3b5a899e8;hb=71d4f906c1a52f5dcba114ff8aa70148dafffd24;hp=301eedbbf5546534a9fa811fa2987715d28638f7;hpb=c1783221873845d072b739c7ebd8d0a75fe00bb9;p=escalator.git diff --git a/client/escalatorclient/common/http.py b/client/escalatorclient/common/http.py index 301eedb..e3e4b88 100644 --- a/client/escalatorclient/common/http.py +++ b/client/escalatorclient/common/http.py @@ -16,12 +16,12 @@ import copy import logging import socket -from oslo_utils import encodeutils +from oslo.utils import encodeutils from escalatorclient.common import https from escalatorclient.common.utils import safe_header from escalatorclient import exc -from oslo_utils import importutils -from oslo_utils import netutils +from oslo.utils import importutils +from oslo.utils import netutils from simplejson import decoder import requests try: