eric6/Project/ProjectInterfacesBrowser.py

changeset 7229
53054eb5b15a
parent 7192
a22eee00b052
child 7266
d001bc703c29
equal deleted inserted replaced
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

eric ide

mercurial