diff options
| author | Zuul <zuul@review.opendev.org> | 2019-05-18 18:47:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-05-18 18:47:43 +0000 |
| commit | 91bc0f35def33d49d293be4bd517678222c6b791 (patch) | |
| tree | 26315509feced3a47e1dd889563a5cabb2c7617f /openstackclient/shell.py | |
| parent | 875335b610091ebc5f2ae7704539e2ddf6d956bd (diff) | |
| parent | 1b2595a9594e1a6965e6086aad7782cf3e39bafa (diff) | |
| download | python-openstackclient-91bc0f35def33d49d293be4bd517678222c6b791.tar.gz | |
Merge "Remove code migrated to osc-lib long ago"
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 58a77120..22d8412c 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -20,13 +20,13 @@ import locale import sys from osc_lib.api import auth +from osc_lib.command import commandmanager from osc_lib import shell import six import openstackclient from openstackclient.common import client_config as cloud_config from openstackclient.common import clientmanager -from openstackclient.common import commandmanager DEFAULT_DOMAIN = 'default' |
