From e0b63d4a4004bfa12fff0a5770cb391574837011 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 5 Jan 2013 10:58:51 +0100 Subject: [PATCH] fix gnomekeyring import --- 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 4ed62d7c3..a3801b66e 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'], 0) + ['GnomeKeyring'], 1) GnomeKeyring = gir.GnomeKeyring except ImportError: pass