src/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9624
b47dfa7a137d
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
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.

eric ide

mercurial