--- a/Debugger/EditWatchpointDialog.py Sat Jun 04 11:53:15 2011 +0200 +++ b/Debugger/EditWatchpointDialog.py Sun Jun 05 18:25:36 2011 +0200 @@ -7,8 +7,7 @@ Module implementing a dialog to edit watch expression properties. """ -from PyQt4.QtCore import * -from PyQt4.QtGui import * +from PyQt4.QtGui import QDialog, QDialogButtonBox from .Ui_EditWatchpointDialog import Ui_EditWatchpointDialog