7228:6037ddba57aa | 7229:53054eb5b15a |
---|---|
6 """ | 6 """ |
7 Module implementing the a class used to display the interfaces (IDL) part | 7 Module implementing the a class used to display the interfaces (IDL) part |
8 of the project. | 8 of the project. |
9 """ | 9 """ |
10 | 10 |
11 from __future__ import unicode_literals | |
12 | 11 |
13 import os | 12 import os |
14 import glob | 13 import glob |
15 | 14 |
16 from PyQt5.QtCore import QThread, pyqtSignal, QProcess | 15 from PyQt5.QtCore import QThread, pyqtSignal, QProcess |