This fixes the keyring support when there's no keyring daemon running.
Cheers,
Jelmer
--
=== modified file 'keyring.py'
--- keyring.py 2009-05-21 21:00:16 +0000
+++ keyring.py 2009-06-04 21:10:21 +0000
@@ -73,5 +73,5 @@
gnomekeyring.ITEM_NETWORK_PASSWORD, attrs)
credentials["user"] = items[0].attributes["user"]
credentials["password"] = items[0].secret
- except (gnomekeyring.NoMatchError, gnomekeyring.DeniedError):
+ except (gnomekeyring.NoMatchError, gnomekeyring.DeniedError, gnomekeyring.NoKeyringDaemonError):
return None
--
bzr-gtk mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.canonical.com/mailman/listinfo/bzr-gtk