From e33489ad00117cb0a9ccc516f150fe120b7d1793 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 16 Feb 2013 20:31:38 +0100 Subject: [PATCH] backout bbc44ddb319b. Make import of gnome keyring work --- src/common/passwords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/passwords.py b/src/common/passwords.py index a3801b66e..4ed62d7c3 100644 --- a/src/common/passwords.py +++ b/src/common/passwords.py @@ -200,7 +200,7 @@ def get_storage(): global GnomeKeyring try: gir = __import__('gi.repository', globals(), locals(), - ['GnomeKeyring'], 1) + ['GnomeKeyring'], 0) GnomeKeyring = gir.GnomeKeyring except ImportError: pass