##// END OF EJS Templates
fix(encryptor): use a failsafe mechanism of detecting old algo for encryption to NOT crash the app when switching to fernet
fix(encryptor): use a failsafe mechanism of detecting old algo for encryption to NOT crash the app when switching to fernet

File last commit:

r5095:aa627a5f default
r5363:7bfb02ec default
Show More
__init__.py
13 lines | 203 B | text/x-python | PythonLexer
"""
Helper functions for use with :class:`Authomatic`.
.. autosummary::
:nosignatures:
authomatic.provider_id
"""
from . import six
from .core import Authomatic
from .core import provider_id