##// END OF EJS Templates
nix: don't inject invoke/bumpversion in default shell, we use our own py3 compat, and want to have an option to skip it
nix: don't inject invoke/bumpversion in default shell, we use our own py3 compat, and want to have an option to skip it

File last commit:

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