Skip to content
Snippets Groups Projects
Commit e33489ad authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

backout bbc44ddb319b. Make import of gnome keyring work

parent ed95cedc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment