7778:eb01ab7aeb06 | 7779:757334671130 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing a class to generate the output of the git diff command | 7 Module implementing a class to generate the output of the git diff command |
8 process. | 8 process. |
9 """ | 9 """ |
10 | |
11 | 10 |
12 import os | 11 import os |
13 | 12 |
14 from PyQt5.QtCore import pyqtSignal, QProcess, QTimer, QObject | 13 from PyQt5.QtCore import pyqtSignal, QProcess, QTimer, QObject |
15 | 14 |