Graphics/UMLDialog.py

changeset 2997
7f0ef975da9e
parent 2992
dbdf27746da5
child 3020
542e97d4ecb3
child 3057
10516539f238
diff -r c6f16f1b9958 -r 7f0ef975da9e Graphics/UMLDialog.py
--- 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:

eric ide

mercurial