diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2019-05-16 08:24:58 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2019-05-16 19:19:58 -0500 |
| commit | 1b2595a9594e1a6965e6086aad7782cf3e39bafa (patch) | |
| tree | 7e4acf99a10ff715891eac2d8740e8bc6e6a2411 /openstackclient/shell.py | |
| parent | 4b91cd49658bd5a9224976ebd3a6f352d1eef5b0 (diff) | |
| download | python-openstackclient-1b2595a9594e1a6965e6086aad7782cf3e39bafa.tar.gz | |
Remove code migrated to osc-lib long ago
* Remove openstackclient.api.utils and use osc_lib.api.utils
* Remove openstackclient.common.clientmanager.ClientManager.auth_ref
* Remove openstackclient.common.commandmanager
Change-Id: I67e1dbc53cc0b37967c0011bcb2fc09bdef62d94
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
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' |
