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
This commit is contained in:
Huan Xiong 2017-09-08 06:28:15 +00:00
parent 8f4440a6de
commit 61025bf102
1 changed files with 0 additions and 3 deletions

View File

@ -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'