--- 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()