10 |
10 |
11 import os |
11 import os |
12 |
12 |
13 from PyQt6.QtCore import pyqtSignal, QProcess, QTimer, QObject |
13 from PyQt6.QtCore import pyqtSignal, QProcess, QTimer, QObject |
14 |
14 |
15 from EricGui.EricOverrideCursor import EricOverrideCursorProcess |
15 from eric7.EricGui.EricOverrideCursor import EricOverrideCursorProcess |
16 |
16 |
17 import Preferences |
17 from eric7 import Preferences |
18 |
18 |
19 |
19 |
20 class GitDiffGenerator(QObject): |
20 class GitDiffGenerator(QObject): |
21 """ |
21 """ |
22 Class implementing the generation of output of the git diff command. |
22 Class implementing the generation of output of the git diff command. |