Mon, 02 Jun 2025 14:58:39 -0500
Changes to the hacks the horrible shite known as py2app requires with keyring *today*.
borgend/repository.py | file | annotate | diff | comparison | revisions | |
pyproject.toml | file | annotate | diff | comparison | revisions |
--- a/borgend/repository.py Mon Jun 02 08:38:59 2025 -0500 +++ b/borgend/repository.py Mon Jun 02 14:58:39 2025 -0500 @@ -8,7 +8,7 @@ env=os.environ.copy() if '_PY2APP_LAUNCHED_' in env: # Horrible hack to make keyring work with the shit known as py2app. - from keyring.backends.OS_X import Keyring + from keyring.backends.macOS import Keyring import keyring keyring.set_keyring(Keyring()) else: