--- a/Debugger/ExceptionLogger.py Sat Jun 04 11:53:15 2011 +0200 +++ b/Debugger/ExceptionLogger.py Sun Jun 05 18:25:36 2011 +0200 @@ -7,8 +7,8 @@ Module implementing the Exception Logger widget. """ -from PyQt4.QtCore import * -from PyQt4.QtGui import * +from PyQt4.QtCore import pyqtSignal, Qt +from PyQt4.QtGui import QTreeWidget, QTreeWidgetItem, QMenu from E5Gui.E5Application import e5App