summaryrefslogtreecommitdiff
path: root/swiftclient/authv1.py
diff options
context:
space:
mode:
Diffstat (limited to 'swiftclient/authv1.py')
-rw-r--r--swiftclient/authv1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftclient/authv1.py b/swiftclient/authv1.py
index d70acac..705dcb4 100644
--- a/swiftclient/authv1.py
+++ b/swiftclient/authv1.py
@@ -40,7 +40,7 @@ import datetime
import json
import time
-from six.moves.urllib.parse import urljoin
+from urllib.parse import urljoin
# Note that while we import keystoneauth1 here, we *don't* need to add it to
# requirements.txt -- this entire module only makes sense (and should only be