fix import
This commit is contained in:
parent
144c862dab
commit
3c693a7a22
|
@ -59,7 +59,7 @@ from gajim.common.exceptions import GajimGeneralException
|
|||
from gajim.command_system.implementation.hosts import ChatCommands
|
||||
|
||||
try:
|
||||
import gtkspell
|
||||
from gajim import gtkspell
|
||||
HAS_GTK_SPELL = True
|
||||
except (ImportError, ValueError):
|
||||
HAS_GTK_SPELL = False
|
||||
|
|
|
@ -49,7 +49,7 @@ from gajim.common import pep
|
|||
from gajim.common import ged
|
||||
|
||||
try:
|
||||
import gtkspell
|
||||
from gajim import gtkspell
|
||||
HAS_GTK_SPELL = True
|
||||
except (ImportError, ValueError):
|
||||
HAS_GTK_SPELL = False
|
||||
|
|
Loading…
Reference in New Issue