eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py

branch
maintenance
changeset 7824
096b3ebc1409
parent 7560
343db73c4842
parent 7780
41420f82c0ac
child 7850
e64b178499da
equal deleted inserted replaced
7738:10554f5fac78 7824:096b3ebc1409
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a simple Python syntax checker. 7 Module implementing a simple Python syntax checker.
8 """ 8 """
9
10 9
11 import os 10 import os
12 import fnmatch 11 import fnmatch
13 12
14 from PyQt5.QtCore import pyqtSlot, Qt, QTimer 13 from PyQt5.QtCore import pyqtSlot, Qt, QTimer

eric ide

mercurial