X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=escalator.git;a=blobdiff_plain;f=client%2Fescalatorclient%2Fshell.py;fp=client%2Fescalatorclient%2Fshell.py;h=ec8ffb3b43380d7eaa256862607181551f062cf7;hp=782106c93717b75f8795f3786b655ef2caeb64db;hb=5be8205978da7a39cfba4ada043cacd755780d3f;hpb=70cbd8351e09634e45c9bcfaa48a2672c43ae240 diff --git a/client/escalatorclient/shell.py b/client/escalatorclient/shell.py index 782106c..ec8ffb3 100644 --- a/client/escalatorclient/shell.py +++ b/client/escalatorclient/shell.py @@ -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")