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 dialogs
|
||||
|
||||
try:
|
||||
import gtkspell
|
||||
except:
|
||||
pass
|
||||
|
||||
from common import gajim
|
||||
from common import helpers
|
||||
from common import i18n
|
||||
|
|
Loading…
Reference in New Issue