summaryrefslogtreecommitdiff
path: root/tempest/api/object_storage/test_container_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/api/object_storage/test_container_sync.py')
-rw-r--r--tempest/api/object_storage/test_container_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest/api/object_storage/test_container_sync.py b/tempest/api/object_storage/test_container_sync.py
index ff99c156e..53bcfa639 100644
--- a/tempest/api/object_storage/test_container_sync.py
+++ b/tempest/api/object_storage/test_container_sync.py
@@ -14,8 +14,8 @@
# under the License.
import time
-import urlparse
+from six.moves.urllib import parse as urlparse
from tempest_lib.common.utils import data_utils
from tempest_lib import decorators
import testtools