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