Merge branch 'master' into 'master'

fix import

See merge request !119
This commit is contained in:
Yann Leboulanger 2017-08-22 13:57:06 +02:00
commit 7de4aa1a06
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
try:
import gtkspell
from gajim import gtkspell
HAS_GTK_SPELL = True
except (ImportError, ValueError):
HAS_GTK_SPELL = False