summaryrefslogtreecommitdiff
path: root/swift/common/request_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'swift/common/request_helpers.py')
-rw-r--r--swift/common/request_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/common/request_helpers.py b/swift/common/request_helpers.py
index 6d02463e6..e30ce94eb 100644
--- a/swift/common/request_helpers.py
+++ b/swift/common/request_helpers.py
@@ -24,9 +24,9 @@ import hashlib
import itertools
import sys
import time
-from urllib import unquote
import six
+from six.moves.urllib.parse import unquote
from swift import gettext_ as _
from swift.common.storage_policy import POLICIES