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/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 9179ad01..f2881d00 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -26,13 +26,13 @@ from cliff import app from cliff import command from cliff import complete from cliff import help +from osc_lib import exceptions as exc from oslo_utils import importutils from oslo_utils import strutils import openstackclient from openstackclient.common import clientmanager from openstackclient.common import commandmanager -from openstackclient.common import exceptions as exc from openstackclient.common import logs from openstackclient.common import timing from openstackclient.common import utils -- cgit v1.2.1