Fixed an aparent typo in the code
Change-Id: I62f8cc1581379869148b3a293b74c29057101a94
This commit is contained in:
@@ -57,7 +57,7 @@ class OAuthManagerOptionalImportProxy(object):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __getattribute__(self, name):
|
def __getattribute__(self, name):
|
||||||
if name in ('access_tokens', 'comsumers', 'request_tokens'):
|
if name in ('access_tokens', 'consumers', 'request_tokens'):
|
||||||
raise NotImplementedError(
|
raise NotImplementedError(
|
||||||
'To use %r oauthlib must be installed' % name)
|
'To use %r oauthlib must be installed' % name)
|
||||||
return super(OAuthManagerOptionalImportProxy,
|
return super(OAuthManagerOptionalImportProxy,
|
||||||
|
Reference in New Issue
Block a user