QScintilla/Lexers/LexerDiff.py

changeset 1131
7781e396c903
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
--- a/QScintilla/Lexers/LexerDiff.py	Sun Jun 19 17:50:39 2011 +0200
+++ b/QScintilla/Lexers/LexerDiff.py	Sun Jun 19 19:36:27 2011 +0200
@@ -22,7 +22,7 @@
         
         @param parent parent widget of this lexer
         """
-        QsciLexerDiff.__init__(self, parent)
+        super().__init__(parent)
         Lexer.__init__(self)
     
     def isCommentStyle(self, style):

eric ide

mercurial