summaryrefslogtreecommitdiff
path: root/keystoneclient/client.py
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2013-01-23 11:25:25 +0100
committerJulien Danjou <julien@danjou.info>2013-01-23 15:15:30 +0100
commitca348fe951ec5b78d4499b7c6b82b5531cfc9e39 (patch)
tree95e9a95e3d6c9dde4c7dc0aec1a15137bcc827cf /keystoneclient/client.py
parent3dfb8437fc9135465f2b66b2c420bf20899fcf10 (diff)
downloadpython-keystoneclient-ca348fe951ec5b78d4499b7c6b82b5531cfc9e39.tar.gz
Remove useless code
- There's no need to call parent init function since that's the default behaviour. - The token attribute is nor used nor updated anywhere. Change-Id: Ib0b2729a396a2d761931ce0e178c49c49814eb21 Signed-off-by: Julien Danjou <julien@danjou.info>
Diffstat (limited to 'keystoneclient/client.py')
-rw-r--r--keystoneclient/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/keystoneclient/client.py b/keystoneclient/client.py
index 6f2d1a4..f403ec5 100644
--- a/keystoneclient/client.py
+++ b/keystoneclient/client.py
@@ -66,7 +66,6 @@ class HTTPClient(object):
self.tenant_id = None
self.tenant_name = None
self.auth_url = None
- self.token = None
self.auth_token = None
self.management_url = None
# if loading from a dictionary passed in via auth_ref,