diff -r 2a16484e65c2 -r 5dc04e6593d7 Debugger/WatchPointModel.py --- 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):