--- a/Graphics/UMLDialog.py Tue Oct 08 19:52:11 2013 +0200 +++ b/Graphics/UMLDialog.py Wed Oct 09 18:34:30 2013 +0200 @@ -177,8 +177,8 @@ self, self.umlView, self.__project, path, **kwargs) elif diagramType == UMLDialog.ApplicationDiagram: from .ApplicationDiagramBuilder import ApplicationDiagramBuilder - return ApplicationDiagramBuilder(self, self.umlView, self.__project, - **kwargs) + return ApplicationDiagramBuilder( + self, self.umlView, self.__project, **kwargs) elif diagramType == UMLDialog.NoDiagram: return None else: