8357:a081458cc57b | 8358:144a6b854f70 |
---|---|
9 | 9 |
10 import os | 10 import os |
11 | 11 |
12 from PyQt6.QtCore import pyqtSignal, QObject | 12 from PyQt6.QtCore import pyqtSignal, QObject |
13 | 13 |
14 from E5Gui.EricOverrideCursor import EricOverrideCursor | 14 from EricGui.EricOverrideCursor import EricOverrideCursor |
15 | 15 |
16 | 16 |
17 class HgDiffGenerator(QObject): | 17 class HgDiffGenerator(QObject): |
18 """ | 18 """ |
19 Class implementing the generation of output of the hg diff command. | 19 Class implementing the generation of output of the hg diff command. |