diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-07-12 16:51:21 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-07-12 16:51:21 +0800 |
| commit | f79f6713384bbe5620faba40210850fb2b7f3972 (patch) | |
| tree | 31f6818982d3c86c235cd9745476989e133cf8ab /openstackclient/tests/volume | |
| parent | 5a21eb25558c4820bdf1eec3f0d25fca00e7fd24 (diff) | |
| download | python-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.py | 3 |
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): |
