ajack 2003/10/27 09:00:09
Modified: python/gump document.py
Log:
Method not static function.
Revision Changes Path
1.98 +1 -1 jakarta-gump/python/gump/document.py
Index: document.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- document.py 27 Oct 2003 16:40:54 -0000 1.97
+++ document.py 27 Oct 2003 17:00:09 -0000 1.98
@@ -379,7 +379,7 @@
# Determine the number of projects this module (or it's projects)
# cause not to be run.
#
- affected=determineAffected(mctxt)
+ affected=mctxt.determineAffected()
# Display
x.write(' <tr><!-- %s -->\n' % (mname))
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]