--- a/Graphics/UMLDialog.py Sun Feb 10 14:48:24 2013 +0100 +++ b/Graphics/UMLDialog.py Sun Feb 10 15:17:59 2013 +0100 @@ -13,8 +13,6 @@ from E5Gui import E5MessageBox, E5FileDialog from E5Gui.E5MainWindow import E5MainWindow -from .UMLGraphicsView import UMLGraphicsView - import UI.Config import UI.PixmapCache @@ -50,6 +48,7 @@ self.__diagramType = diagramType self.__project = project + from .UMLGraphicsView import UMLGraphicsView self.scene = QGraphicsScene(0.0, 0.0, 800.0, 600.0) self.umlView = UMLGraphicsView(self.scene, parent=self) self.builder = self.__diagramBuilder(self.__diagramType, path, **kwargs)