/usr/lib/python3/dist-packages/keyring/backends
NameSizeModeActions
macOS/-0755rm
__pycache__/-0755rm
chainer.py21980644editdlrm
fail.py8360644editdlrm
kwallet.py58520644editdlrm
libsecret.py59350644editdlrm
null.py3600644editdlrm
OS_X.py2220644editdlrm
SecretService.py47390644editdlrm
Windows.py58210644editdlrm
__init__.py00644editdlrm
Edit: /usr/lib/python3/dist-packages/keyring/backends/OS_X.py (222B)
""" Backward-compatibility shim for users referencing the module by name. Ref #487. """ import warnings from .macOS import Keyring __all__ = ['Keyring'] warnings.warn("OS_X module is deprecated.", DeprecationWarning)