summaryrefslogtreecommitdiff
path: root/swiftclient/authv1.py
diff options
context:
space:
mode:
Diffstat (limited to 'swiftclient/authv1.py')
-rw-r--r--swiftclient/authv1.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/swiftclient/authv1.py b/swiftclient/authv1.py
index d70acac..84bc38a 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
@@ -68,7 +68,7 @@ UTC = _UTC()
del _UTC
-class ServiceCatalogV1(object):
+class ServiceCatalogV1:
def __init__(self, auth_url, storage_url, account):
self.auth_url = auth_url
self._storage_url = storage_url
@@ -148,7 +148,7 @@ class ServiceCatalogV1(object):
raise exceptions.EndpointNotFound(msg)
-class AccessInfoV1(object):
+class AccessInfoV1:
"""An object for encapsulating a raw v1 auth token."""
def __init__(self, auth_url, storage_url, account, username, auth_token,