diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-14 04:21:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-14 04:21:56 +0000 |
| commit | 5c402c1da23cde8b566e406b4e56bd2be2e1a729 (patch) | |
| tree | d78b2540eb604d108ecd66fd726b6edf170206ab /openstackclient/shell.py | |
| parent | 908a36f716e791538dd4c14e217be5256a835fa0 (diff) | |
| parent | 59dffb9c62b48dbf5e99395e8f58e317e43cf036 (diff) | |
| download | python-openstackclient-5c402c1da23cde8b566e406b4e56bd2be2e1a729.tar.gz | |
Merge "osc-lib: logs"
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 |
