diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-06-09 16:29:42 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-06-13 10:55:44 -0500 |
| commit | 59dffb9c62b48dbf5e99395e8f58e317e43cf036 (patch) | |
| tree | d9cdb1f6b325a8c4417b5c484c5407812488bf9f /openstackclient/shell.py | |
| parent | e5e29a8fef7ba2396015918545a49e717fe75d15 (diff) | |
| download | python-openstackclient-59dffb9c62b48dbf5e99395e8f58e317e43cf036.tar.gz | |
osc-lib: logs
Change-Id: I2a4d40cd72cc22e97a600751ae29c2309ebed28b
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 2697128b..3e899cb5 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 logs from osc_lib import utils from oslo_utils import importutils from oslo_utils import strutils @@ -34,7 +35,6 @@ from oslo_utils import strutils import openstackclient from openstackclient.common import clientmanager from openstackclient.common import commandmanager -from openstackclient.common import logs from openstackclient.common import timing from os_client_config import config as cloud_config |
