src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnDiffHighlighter.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
20 20
21 def __init__(self, doc): 21 def __init__(self, doc):
22 """ 22 """
23 Constructor 23 Constructor
24 24
25 @param doc reference to the text document (QTextDocument) 25 @param doc reference to the text document
26 @type QTextDocument
26 """ 27 """
27 super().__init__(doc) 28 super().__init__(doc)
28 29
29 def generateRules(self): 30 def generateRules(self):
30 """ 31 """

eric ide

mercurial