From 61025bf1023328893904c3cc00bea28a238be544 Mon Sep 17 00:00:00 2001 From: Huan Xiong Date: Fri, 8 Sep 2017 06:28:15 +0000 Subject: 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 --- openstackclient/shell.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'openstackclient') 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' -- cgit v1.2.1