ajack 2003/11/26 09:03:51
Modified: python/gump/document forrest.py
Log:
gumpSet moved off workspace onto run
Revision Changes Path
1.18 +2 -2 jakarta-gump/python/gump/document/forrest.py
Index: forrest.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/document/forrest.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- forrest.py 26 Nov 2003 16:08:39 -0000 1.17
+++ forrest.py 26 Nov 2003 17:03:51 -0000 1.18
@@ -278,10 +278,10 @@
note="""This output does not represent the a complete workspace,
but a partial one.
Only projects, and their dependents, matching this regular expression
""" + \
- "<strong>[" + workspace.gumpset.projectexpression + "]</strong>."
+ "<strong>[" + gumpSet.projectexpression + "]</strong>."
note+="\n\nRequested Projects:\n"
- for project in workspace.gumpset.projects:
+ for project in gumpSet.projects:
note += project.name + " "
definitionSection.createNote(note)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]