diff -r 261bc03812fd -r 9624a110667d Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.py --- a/Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.py Sun Jan 31 16:15:16 2010 +0000 +++ b/Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.py Sun Jan 31 17:11:22 2010 +0000 @@ -7,9 +7,7 @@ Module implementing a dialog to show the output of the tabnanny command process. """ -import sys import os -import types from PyQt4.QtCore import * from PyQt4.QtGui import * @@ -142,4 +140,4 @@ fn = Utilities.normabspath(itm.text(0)) lineno = int(itm.text(1)) - e5App().getObject("ViewManager").openSourceFile(fn, lineno) \ No newline at end of file + e5App().getObject("ViewManager").openSourceFile(fn, lineno)