diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-09-18 04:03:15 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-09-18 04:03:15 +0000 |
| commit | 39c00ab8b7a2c5ee8b82a26f779966806236dbc8 (patch) | |
| tree | bd46eff6c342f85a3f5b24bf84c0132d4800a567 /openstackclient | |
| parent | 21542d1e6ec08250a2b6f7ae5bfda5080f00931a (diff) | |
| parent | 61025bf1023328893904c3cc00bea28a238be544 (diff) | |
| download | python-openstackclient-39c00ab8b7a2c5ee8b82a26f779966806236dbc8.tar.gz | |
Merge "Useless line of code in shell.py"
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' |
