Removed multiple import from shell.py

In shell.py, six is imported twice.
In this patchset, one of them is removed.

TrivialFix

Change-Id: Ifbf6dcb20d5de54855aab53538b57eb11185ab2b
This commit is contained in:
Gábor Antal
2016-09-19 18:13:37 +02:00
parent ce2c1daee5
commit aa1c3e82dd

View File

@@ -44,7 +44,6 @@ from keystoneauth1.exceptions import DiscoveryFailure
import six.moves.urllib.parse as urlparse
from oslo_utils import encodeutils
from oslo_utils import importutils
import six
osprofiler_profiler = importutils.try_import("osprofiler.profiler")