eric6/Plugins/VcsPlugins/vcsSubversion/SvnDiffHighlighter.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
18 """ 18 """
19 Constructor 19 Constructor
20 20
21 @param doc reference to the text document (QTextDocument) 21 @param doc reference to the text document (QTextDocument)
22 """ 22 """
23 super(SvnDiffHighlighter, self).__init__(doc) 23 super().__init__(doc)
24 24
25 def generateRules(self): 25 def generateRules(self):
26 """ 26 """
27 Public method to generate the rule set. 27 Public method to generate the rule set.
28 """ 28 """

eric ide

mercurial