fix import
This commit is contained in:
parent
d070d141bb
commit
1f506a14cf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue