diff options
Diffstat (limited to 'swift/proxy/controllers/account.py')
-rw-r--r-- | swift/proxy/controllers/account.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/swift/proxy/controllers/account.py b/swift/proxy/controllers/account.py index 915e1c481..25cbc6218 100644 --- a/swift/proxy/controllers/account.py +++ b/swift/proxy/controllers/account.py @@ -13,8 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +from six.moves.urllib.parse import unquote + from swift import gettext_ as _ -from urllib import unquote from swift.account.utils import account_listing_response from swift.common.request_helpers import get_listing_content_type |