diff options
| author | Gábor Antal <antal@inf.u-szeged.hu> | 2016-09-19 18:13:37 +0200 |
|---|---|---|
| committer | Gábor Antal <antal@inf.u-szeged.hu> | 2016-09-20 11:30:20 +0000 |
| commit | aa1c3e82dd6c116fbc4ccf34e919798895cc679a (patch) | |
| tree | 4f5bef2c44fd180caebf9602a22462b28cd6b186 /cinderclient/shell.py | |
| parent | ce2c1daee5bef64b5c932f4e0ee787694a6309f4 (diff) | |
| download | python-cinderclient-aa1c3e82dd6c116fbc4ccf34e919798895cc679a.tar.gz | |
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
Diffstat (limited to 'cinderclient/shell.py')
| -rw-r--r-- | cinderclient/shell.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cinderclient/shell.py b/cinderclient/shell.py index a05bb53..e3e76a9 100644 --- a/cinderclient/shell.py +++ b/cinderclient/shell.py @@ -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") |
