gnomekeyring import will not be delayed

This commit is contained in:
Denis Fomin 2012-04-30 10:52:12 +04:00
parent f13debc29f
commit ad5289790d

View file

@ -183,7 +183,7 @@ def get_storage():
if gajim.config.get('use_gnomekeyring'):
global gnomekeyring
try:
import gnomekeyring
__import__('gnomekeyring')
except ImportError:
pass
else: