Debugger/WatchPointModel.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1131
7781e396c903
diff -r 9552b5e16a07 -r 8a7d1b9d18db Debugger/WatchPointModel.py
--- a/Debugger/WatchPointModel.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/Debugger/WatchPointModel.py	Sun Jun 05 18:25:36 2011 +0200
@@ -7,7 +7,7 @@
 Module implementing the Watch expression model.
 """
 
-from PyQt4.QtCore import *
+from PyQt4.QtCore import pyqtSignal, Qt, QAbstractItemModel, QModelIndex, QObject
 
 
 class WatchPointModel(QAbstractItemModel):

eric ide

mercurial