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

gnomekeyring import will not be delayed

parent f13debc2
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
__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