fix gnomekeyring import

This commit is contained in:
Yann Leboulanger 2013-01-05 10:58:51 +01:00
parent ca2c3ec4f3
commit e0b63d4a40
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'], 0)
['GnomeKeyring'], 1)
GnomeKeyring = gir.GnomeKeyring
except ImportError:
pass