summaryrefslogtreecommitdiff
path: root/openstackclient/tests/volume
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-12 16:51:21 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-12 16:51:21 +0800
commitf79f6713384bbe5620faba40210850fb2b7f3972 (patch)
tree31f6818982d3c86c235cd9745476989e133cf8ab /openstackclient/tests/volume
parent5a21eb25558c4820bdf1eec3f0d25fca00e7fd24 (diff)
downloadpython-openstackclient-f79f6713384bbe5620faba40210850fb2b7f3972.tar.gz
Change the wrong import order
Change-Id: Ia48f0aae0250a5d29c0f6fa46386465e118f760f
Diffstat (limited to 'openstackclient/tests/volume')
-rw-r--r--openstackclient/tests/volume/v2/test_qos_specs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstackclient/tests/volume/v2/test_qos_specs.py b/openstackclient/tests/volume/v2/test_qos_specs.py
index 92ffca74..da0e8ba5 100644
--- a/openstackclient/tests/volume/v2/test_qos_specs.py
+++ b/openstackclient/tests/volume/v2/test_qos_specs.py
@@ -13,9 +13,10 @@
# under the License.
#
+from osc_lib import utils
+
from openstackclient.tests.volume.v2 import fakes as volume_fakes
from openstackclient.volume.v2 import qos_specs
-from osc_lib import utils
class TestQos(volume_fakes.TestVolume):