X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=client%2Fescalatorclient%2Fshell.py;h=ec8ffb3b43380d7eaa256862607181551f062cf7;hb=5be8205978da7a39cfba4ada043cacd755780d3f;hp=6aa17f8bba9e9bc9e39d83b41ce5edb40cc6e368;hpb=71d4f906c1a52f5dcba114ff8aa70148dafffd24;p=escalator.git diff --git a/client/escalatorclient/shell.py b/client/escalatorclient/shell.py index 6aa17f8..ec8ffb3 100644 --- a/client/escalatorclient/shell.py +++ b/client/escalatorclient/shell.py @@ -29,8 +29,8 @@ from os.path import expanduser import sys import traceback -from oslo.utils import encodeutils -from oslo.utils import importutils +from oslo_utils import encodeutils +from oslo_utils import importutils import six.moves.urllib.parse as urlparse import escalatorclient @@ -41,7 +41,7 @@ from escalatorclient import exc from keystoneclient.auth.identity import v2 as v2_auth from keystoneclient.auth.identity import v3 as v3_auth from keystoneclient import discover -from keystoneclient.openstack.common.apiclient import exceptions as ks_exc +from keystoneclient import exceptions as ks_exc from keystoneclient import session osprofiler_profiler = importutils.try_import("osprofiler.profiler")