fix import
This commit is contained in:
parent
d070d141bb
commit
1f506a14cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue