Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 415
59a0f9e90768
child 792
a13346916170
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
5 5
6 """ 6 """
7 Module implementing a dialog to show the output of the tabnanny command process. 7 Module implementing a dialog to show the output of the tabnanny command process.
8 """ 8 """
9 9
10 import sys
11 import os 10 import os
12 import types
13 11
14 from PyQt4.QtCore import * 12 from PyQt4.QtCore import *
15 from PyQt4.QtGui import * 13 from PyQt4.QtGui import *
16 14
17 from E5Gui.E5Application import e5App 15 from E5Gui.E5Application import e5App

eric ide

mercurial