eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py

changeset 7229
53054eb5b15a
parent 7040
f89952e5fc11
child 7247
bf9379f964f3
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
5 5
6 """ 6 """
7 Module implementing a dialog to show the results of the code style check. 7 Module implementing a dialog to show the results of the code style check.
8 """ 8 """
9 9
10 from __future__ import unicode_literals
11 10
12 import os 11 import os
13 import fnmatch 12 import fnmatch
14 13
15 from PyQt5.QtCore import pyqtSlot, Qt, QTimer 14 from PyQt5.QtCore import pyqtSlot, Qt, QTimer

eric ide

mercurial