fix gnomekeyring import
This commit is contained in:
parent
ca2c3ec4f3
commit
e0b63d4a40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue