Skip to content
Snippets Groups Projects
Commit b6639bf7 authored by Dicson's avatar Dicson
Browse files

fix gnomekeyring import

parent ad528979
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ def get_storage():
if gajim.config.get('use_gnomekeyring'):
global gnomekeyring
try:
__import__('gnomekeyring')
gnomekeyring = __import__('gnomekeyring')
except ImportError:
pass
else:
......
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