##// END OF EJS Templates
audit-logger: use copy of params we later modify to prevent from modification by the store function of parameters that we only use for reading.
audit-logger: use copy of params we later modify to prevent from modification by the store function of parameters that we only use for reading.

File last commit:

r3912:9bf26830 default
r4195:4c53d118 stable
Show More
persona.py
6 lines | 124 B | text/x-python | PythonLexer
# -*- coding: utf-8 -*-
from authomatic import providers
class MozillaPersona(providers.AuthenticationProvider):
pass