Graphics/UMLClassDiagramBuilder.py

changeset 3034
7ce719013078
parent 2992
dbdf27746da5
child 3035
36e9f388958b
--- a/Graphics/UMLClassDiagramBuilder.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Graphics/UMLClassDiagramBuilder.py	Sat Oct 19 13:03:39 2013 +0200
@@ -103,7 +103,7 @@
                             self.allModules[self.file].append(className)
                 if cw and cw.noAttrs != self.noAttrs:
                     cw = None
-                if cw and not (cw.external and \
+                if cw and not (cw.external and
                                (className in module.classes or
                                 className in module.modules)
                               ):

eric ide

mercurial