QScintilla/Editor.py

changeset 875
606815a46bc0
parent 832
eb5ff61f927b
child 880
52ed20236a1c
--- a/QScintilla/Editor.py	Tue Feb 01 19:47:06 2011 +0100
+++ b/QScintilla/Editor.py	Sat Feb 05 10:56:13 2011 +0100
@@ -1318,7 +1318,7 @@
         """
         try:
             self.supportedEols[self.getLineSeparator()].setChecked(True)
-        except AttributeError:
+        except (AttributeError, TypeError):
             pass
         
     def __eolChanged(self):

eric ide

mercurial