fix gnomekeyring import

This commit is contained in:
Denis Fomin 2012-04-30 14:16:04 +04:00
parent ad5289790d
commit b6639bf738
1 changed files with 1 additions and 1 deletions

View File

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