diff options
| author | Huan Xiong <huan.xiong@hxt-semitech.com> | 2017-09-08 06:28:15 +0000 |
|---|---|---|
| committer | Huan Xiong <huan.xiong@hxt-semitech.com> | 2017-09-08 06:28:15 +0000 |
| commit | 61025bf1023328893904c3cc00bea28a238be544 (patch) | |
| tree | 539dd704fbb75437894c4b364497ef53fe17d1f4 /openstackclient | |
| parent | 8f4440a6de4425afb77f647ae2dca9452b1166f0 (diff) | |
| download | python-openstackclient-61025bf1023328893904c3cc00bea28a238be544.tar.gz | |
Useless line of code in shell.py
Shell.py contains lines to import osprofiler. This is useless
because osprofiler options support code was moved to osc-lib.
Removed it.
Change-Id: Ibec17700c87df908640848c3787d190ca66a7bcf
Closes-Bug: #1707103
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/shell.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index 2e384f8f..58a77120 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -21,7 +21,6 @@ import sys from osc_lib.api import auth from osc_lib import shell -from oslo_utils import importutils import six import openstackclient @@ -29,8 +28,6 @@ from openstackclient.common import client_config as cloud_config from openstackclient.common import clientmanager from openstackclient.common import commandmanager -osprofiler_profiler = importutils.try_import("osprofiler.profiler") - DEFAULT_DOMAIN = 'default' |
