diff --git a/swiftclient/shell.py b/swiftclient/shell.py index d7415e1..4e8b195 100755 --- a/swiftclient/shell.py +++ b/swiftclient/shell.py @@ -29,7 +29,7 @@ from os.path import dirname, getmtime, getsize, isdir, join, \ from random import shuffle from sys import argv as sys_argv, exit, stderr, stdout from time import sleep, time, gmtime, strftime -from urllib import quote, unquote +from six.moves.urllib.parse import quote, unquote try: import simplejson as json