E5Gui/E5TreeView.py

changeset 96
9624a110667d
parent 55
b5c84934de9c
child 791
9ec2ac20e54e
diff -r 261bc03812fd -r 9624a110667d E5Gui/E5TreeView.py
--- a/E5Gui/E5TreeView.py	Sun Jan 31 16:15:16 2010 +0000
+++ b/E5Gui/E5TreeView.py	Sun Jan 31 17:11:22 2010 +0000
@@ -8,7 +8,7 @@
 """
 
 from PyQt4.QtCore import Qt
-from PyQt4.QtGui import QTreeView, QItemSelectionModel
+from PyQt4.QtGui import QTreeView
 
 class E5TreeView(QTreeView):
     """
@@ -47,4 +47,4 @@
         """
         if self.model() is not None:
             self.model().removeRows(0, self.model().rowCount(self.rootIndex()), 
-                                    self.rootIndex())
\ No newline at end of file
+                                    self.rootIndex())

eric ide

mercurial