8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
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(HgDiffHighlighter, 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 """ |