fix import

This commit is contained in:
Yann Leboulanger 2017-08-21 16:34:50 +02:00
parent 07ba85b456
commit 144c862dab
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ from gajim import profile_window
from gajim import gui_menu_builder
try:
import gtkspell
from gajim import gtkspell
HAS_GTK_SPELL = True
except (ImportError, ValueError):
HAS_GTK_SPELL = False