Index: rednotebook-1.2.0/rednotebook/gui/editor.py =================================================================== --- rednotebook-1.2.0.orig/rednotebook/gui/editor.py +++ rednotebook-1.2.0/rednotebook/gui/editor.py @@ -25,11 +25,7 @@ import gtk import gobject import pango -# try to import gtkspell -try: - import gtkspell -except ImportError: - gtkspell = None +gtkspell = None from rednotebook.gui import t2t_highlight from rednotebook import undo