fix import

This commit is contained in:
mimi89999 2017-08-22 12:39:26 +02:00
parent d070d141bb
commit 1f506a14cf
No known key found for this signature in database
GPG Key ID: 4B054AC4922D7B18
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ from gajim.command_system.implementation import standard
from gajim.command_system.implementation import execute from gajim.command_system.implementation import execute
try: try:
import gtkspell from gajim import gtkspell
HAS_GTK_SPELL = True HAS_GTK_SPELL = True
except (ImportError, ValueError): except (ImportError, ValueError):
HAS_GTK_SPELL = False HAS_GTK_SPELL = False