Graphics/UMLGraphicsView.py

changeset 96
9624a110667d
parent 51
7d80b0f20ca6
child 453
a81097a85889
child 706
fd1d7b1d2f1a
diff -r 261bc03812fd -r 9624a110667d Graphics/UMLGraphicsView.py
--- a/Graphics/UMLGraphicsView.py	Sun Jan 31 16:15:16 2010 +0000
+++ b/Graphics/UMLGraphicsView.py	Sun Jan 31 17:11:22 2010 +0000
@@ -7,8 +7,6 @@
 Module implementing a subclass of E5GraphicsView for our diagrams.
 """
 
-import sys
-
 from PyQt4.QtCore import *
 from PyQt4.QtGui import *
 
@@ -485,4 +483,4 @@
                           (itemrect.y() + itemrect.height() // 2)
             item.moveBy(xOffset, yOffset)
         
-        self.scene().update()
\ No newline at end of file
+        self.scene().update()

eric ide

mercurial