Debugger/VariablesViewer.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1131
7781e396c903
--- a/Debugger/VariablesViewer.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/Debugger/VariablesViewer.py	Sun Jun 05 18:25:36 2011 +0200
@@ -7,8 +7,9 @@
 Module implementing the variables viewer widget.
 """
 
-from PyQt4.QtCore import *
-from PyQt4.QtGui import *
+from PyQt4.QtCore import Qt, QRegExp
+from PyQt4.QtGui import QTreeWidget, QTreeWidgetItem, QApplication, QAbstractItemView, \
+    QMenu
 
 from E5Gui.E5Application import e5App
 

eric ide

mercurial