summaryrefslogtreecommitdiff
path: root/openstackclient/api/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/api/auth.py')
-rw-r--r--openstackclient/api/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/api/auth.py b/openstackclient/api/auth.py
index f1e53c49..a55af293 100644
--- a/openstackclient/api/auth.py
+++ b/openstackclient/api/auth.py
@@ -18,8 +18,8 @@ import logging
from keystoneauth1.loading import base
from osc_lib import exceptions as exc
+from osc_lib import utils
-from openstackclient.common import utils
from openstackclient.i18n import _
LOG = logging.getLogger(__name__)