ajack 2004/03/25 18:27:15
Modified: python/gump/document forrest.py
Log:
Comment recent additions out, in case they are the cause for forrest spinning...
Revision Changes Path
1.117 +16 -13 gump/python/gump/document/forrest.py
Index: forrest.py
===================================================================
RCS file: /home/cvs/gump/python/gump/document/forrest.py,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- forrest.py 25 Mar 2004 15:28:52 -0000 1.116
+++ forrest.py 26 Mar 2004 02:27:15 -0000 1.117
@@ -1417,16 +1417,19 @@
# The 'cause' is something upstream. Possibly a project,
# possibly a module (so determine paths to module projects).
#
- if project.cause and not project==project.cause:
- if isinstance(project.cause, Project):
- for path in project.getDependencyPaths(project.cause):
- self.documentDependenciesPath(dependencySection, 'Root Cause
Dependency Path', \
- path, 0, 1, project, gumpSet)
- elif isinstance(project.cause, Module):
- for causeProject in project.cause.getProjects():
- for path in project.getDependencyPaths(causeProject):
- self.documentDependenciesPath(dependencySection, 'Root
Cause Module Dependency Path', \
- path, 0, 1, project, gumpSet)
+
+#
+# if project.cause and not project==project.cause:
+# if isinstance(project.cause, Project):
+# for path in project.getDependencyPaths(project.cause):
+# self.documentDependenciesPath(dependencySection, 'Root Cause
Dependency Path', \
+# path, 0, 1, project, gumpSet)
+# elif isinstance(project.cause, Module):
+# for causeProject in project.cause.getProjects():
+# for path in project.getDependencyPaths(causeProject):
+# self.documentDependenciesPath(dependencySection, 'Root
Cause Module Dependency Path', \
+# path, 0, 1, project, gumpSet)
+#
depens += self.documentDependenciesList(dependencySection, 'Project
Dependencies', \
project.getDirectDependencies(), 0, 0, project, gumpSet)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]