9 check. |
9 check. |
10 """ |
10 """ |
11 |
11 |
12 from PyQt6.QtCore import QObject, pyqtSignal |
12 from PyQt6.QtCore import QObject, pyqtSignal |
13 |
13 |
14 from EricWidgets.EricApplication import ericApp |
14 from eric7.EricWidgets.EricApplication import ericApp |
15 from Utilities import determinePythonVersion |
15 from eric7.Utilities import determinePythonVersion |
16 |
16 |
17 |
17 |
18 class SyntaxCheckService(QObject): |
18 class SyntaxCheckService(QObject): |
19 """ |
19 """ |
20 Implement the syntax check service. |
20 Implement the syntax check service. |