gtkspell module is not used. remove importing it
This commit is contained in:
parent
e162e5daed
commit
fa1e4fe430
|
@ -25,11 +25,6 @@ import time
|
||||||
import tooltips
|
import tooltips
|
||||||
import dialogs
|
import dialogs
|
||||||
|
|
||||||
try:
|
|
||||||
import gtkspell
|
|
||||||
except:
|
|
||||||
pass
|
|
||||||
|
|
||||||
from common import gajim
|
from common import gajim
|
||||||
from common import helpers
|
from common import helpers
|
||||||
from common import i18n
|
from common import i18n
|
||||||
|
|
Loading…
Reference in New Issue