gtkspell module is not used. remove importing it

This commit is contained in:
Nikos Kouremenos 2005-11-30 22:20:01 +00:00
parent e162e5daed
commit fa1e4fe430
1 changed files with 0 additions and 5 deletions

View File

@ -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