From e5e29a8fef7ba2396015918545a49e717fe75d15 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 13 May 2016 16:14:09 -0500 Subject: osc-lib: utils Use osc-lib directly for utils. Leave openstackclient.common.utils for deprecation period. Change-Id: I5bd9579abc4e07f45219ccd0565626e6667472f7 --- openstackclient/api/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/api/auth.py') 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__) -- cgit v1.2.1