summaryrefslogtreecommitdiff
path: root/test/unit/proxy/test_sysmeta.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/proxy/test_sysmeta.py')
-rw-r--r--test/unit/proxy/test_sysmeta.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/unit/proxy/test_sysmeta.py b/test/unit/proxy/test_sysmeta.py
index 98e9a76e9..3b3f8ddfd 100644
--- a/test/unit/proxy/test_sysmeta.py
+++ b/test/unit/proxy/test_sysmeta.py
@@ -12,10 +12,12 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+
+from six.moves.urllib.parse import quote
+
import unittest
import os
from tempfile import mkdtemp
-from urllib import quote
import shutil
from swift.common.storage_policy import StoragePolicy
from swift.common.swob import Request