diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-06-08 14:17:14 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-06-13 10:50:01 -0500 |
| commit | d20c863ebc11cecaaefe043e615b2fb4f5f26063 (patch) | |
| tree | 7f4b63a9e21982d6244e5a24fd93dab697470ce0 /openstackclient/shell.py | |
| parent | 17627c55956bca21ddb601fb2604579d0fbb9c9b (diff) | |
| download | python-openstackclient-d20c863ebc11cecaaefe043e615b2fb4f5f26063.tar.gz | |
osc-lib: exceptions
Use osc-lib directly for exceptions.
Leave openstackclient.common.exceptions for deprecation period.
Change-Id: Iea3e862302372e1b31ccd27f69db59b4953ca828
Diffstat (limited to 'openstackclient/shell.py')
| -rw-r--r-- | openstackclient/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
