summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-09-18 04:03:15 +0000
committerGerrit Code Review <review@openstack.org>2017-09-18 04:03:15 +0000
commit39c00ab8b7a2c5ee8b82a26f779966806236dbc8 (patch)
treebd46eff6c342f85a3f5b24bf84c0132d4800a567 /openstackclient
parent21542d1e6ec08250a2b6f7ae5bfda5080f00931a (diff)
parent61025bf1023328893904c3cc00bea28a238be544 (diff)
downloadpython-openstackclient-39c00ab8b7a2c5ee8b82a26f779966806236dbc8.tar.gz
Merge "Useless line of code in shell.py"
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/shell.py3
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'