backout bbc44ddb319b. Make import of gnome keyring work

This commit is contained in:
Yann Leboulanger 2013-02-16 20:31:38 +01:00
parent ed95cedc36
commit e33489ad00
1 changed files with 1 additions and 1 deletions

View File

@ -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