--- a/Debugger/WatchPointModel.py Wed Jun 29 13:51:58 2011 +0200 +++ b/Debugger/WatchPointModel.py Wed Jun 29 13:56:42 2011 +0200 @@ -7,7 +7,7 @@ Module implementing the Watch expression model. """ -from PyQt4.QtCore import pyqtSignal, Qt, QAbstractItemModel, QModelIndex, QObject +from PyQt4.QtCore import pyqtSignal, Qt, QAbstractItemModel, QModelIndex class WatchPointModel(QAbstractItemModel):