From d20c863ebc11cecaaefe043e615b2fb4f5f26063 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 8 Jun 2016 14:17:14 -0500 Subject: osc-lib: exceptions Use osc-lib directly for exceptions. Leave openstackclient.common.exceptions for deprecation period. Change-Id: Iea3e862302372e1b31ccd27f69db59b4953ca828 --- openstackclient/common/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/common/command.py') diff --git a/openstackclient/common/command.py b/openstackclient/common/command.py index 144a0db1..adf984fa 100644 --- a/openstackclient/common/command.py +++ b/openstackclient/common/command.py @@ -18,9 +18,9 @@ import logging from cliff import command from cliff import lister from cliff import show +from osc_lib import exceptions import six -from openstackclient.common import exceptions from openstackclient.i18n import _ -- cgit v1.2.1