diff --git a/watcherclient/shell.py b/watcherclient/shell.py index 448328c..72ea50c 100644 --- a/watcherclient/shell.py +++ b/watcherclient/shell.py @@ -26,7 +26,7 @@ import sys 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 as kssession import six.moves.urllib.parse as urlparse