diff -r 9552b5e16a07 -r 8a7d1b9d18db Debugger/WatchPointViewer.py --- a/Debugger/WatchPointViewer.py Sat Jun 04 11:53:15 2011 +0200 +++ b/Debugger/WatchPointViewer.py Sun Jun 05 18:25:36 2011 +0200 @@ -7,8 +7,9 @@ Module implementing the watch expression viewer widget. """ -from PyQt4.QtCore import * -from PyQt4.QtGui import * +from PyQt4.QtCore import Qt, QModelIndex +from PyQt4.QtGui import QTreeView, QAbstractItemView, QMenu, QSortFilterProxyModel, \ + QHeaderView, QItemSelectionModel, QDialog from E5Gui.E5Application import e5App from E5Gui import E5MessageBox