7 Module implementing a dialog to show some summary information of the working |
7 Module implementing a dialog to show some summary information of the working |
8 directory state. |
8 directory state. |
9 """ |
9 """ |
10 |
10 |
11 from __future__ import unicode_literals |
11 from __future__ import unicode_literals |
12 try: |
|
13 str = unicode |
|
14 except NameError: |
|
15 pass |
|
16 |
12 |
17 import os |
13 import os |
18 |
14 |
19 from PyQt5.QtCore import pyqtSlot, QProcess, QTimer |
15 from PyQt5.QtCore import pyqtSlot, QProcess, QTimer |
20 from PyQt5.QtWidgets import QDialog, QDialogButtonBox |
16 from PyQt5.QtWidgets import QDialog, QDialogButtonBox |