summaryrefslogtreecommitdiff
path: root/cinderclient/tests/unit/v3/test_volumes.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/tests/unit/v3/test_volumes.py')
-rw-r--r--cinderclient/tests/unit/v3/test_volumes.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cinderclient/tests/unit/v3/test_volumes.py b/cinderclient/tests/unit/v3/test_volumes.py
index 79206f6..e5b3f21 100644
--- a/cinderclient/tests/unit/v3/test_volumes.py
+++ b/cinderclient/tests/unit/v3/test_volumes.py
@@ -14,6 +14,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
+from urllib import parse
import ddt
@@ -24,8 +25,6 @@ from cinderclient.tests.unit.v3 import fakes
from cinderclient.v3 import volume_snapshots
from cinderclient.v3 import volumes
-from six.moves.urllib import parse
-
@ddt.ddt
class VolumesTest(utils.TestCase):