Fix selef to self in class.

Change-Id: I1fec9908fb1aa915158996d57fdd82cfdf483535
This commit is contained in:
Chmouel Boudjnah
2013-02-20 08:48:14 +01:00
parent 02ae667334
commit b3b6a85048

View File

@@ -140,7 +140,7 @@ class HTTPClient(object):
self.auth_token_from_user = value
@auth_token.deleter
def auth_token(selef):
def auth_token(self):
del self.auth_token_from_user
def authenticate(self, username=None, password=None, tenant_name=None,