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/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/shell.py') diff --git a/openstackclient/shell.py b/openstackclient/shell.py index f2881d00..2697128b 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -27,6 +27,7 @@ from cliff import command from cliff import complete from cliff import help from osc_lib import exceptions as exc +from osc_lib import utils from oslo_utils import importutils from oslo_utils import strutils @@ -35,7 +36,6 @@ from openstackclient.common import clientmanager from openstackclient.common import commandmanager from openstackclient.common import logs from openstackclient.common import timing -from openstackclient.common import utils from os_client_config import config as cloud_config -- cgit v1.2.1