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/compute/client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openstackclient/compute/client.py') diff --git a/openstackclient/compute/client.py b/openstackclient/compute/client.py index 8e6eedcf..aa4c431f 100644 --- a/openstackclient/compute/client.py +++ b/openstackclient/compute/client.py @@ -15,7 +15,8 @@ import logging -from openstackclient.common import exceptions +from osc_lib import exceptions + from openstackclient.common import utils from openstackclient.i18n import _ -- cgit v1.2.1