##// END OF EJS Templates
models: major update for python3,...
models: major update for python3, - imports fixes - str vs unicode fixes - found issues with logic on tests runs

File last commit:

r5040:444b916d default
r5070:175fe6cb default
Show More
persona.py
6 lines | 101 B | text/x-python | PythonLexer
from authomatic import providers
class MozillaPersona(providers.AuthenticationProvider):
pass