eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py

changeset 7780
41420f82c0ac
parent 7533
88261c96484b
child 7824
096b3ebc1409
child 7836
2f0d208b8137
equal deleted inserted replaced
7779:757334671130 7780:41420f82c0ac
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