There is no token_endpoint.TokenEndpoint

Change-Id: If39478707f866c73c76ee48081467f5e4905beda
This commit is contained in:
Monty Taylor 2015-09-17 13:29:36 +02:00
parent ce67a601b0
commit 835dfb8528
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class AdminToken(loading.BaseLoader):
@property
def plugin_class(self):
return token_endpoint.TokenEndpoint
return token_endpoint.Token
def get_options(self):
options = super(AdminToken, self).get_options()