ajack       2004/03/08 08:04:09

  Modified:    python/gump/document forrest.py
  Log:
  We are showing dependees not dependencies
  
  Revision  Changes    Path
  1.95      +4 -4      gump/python/gump/document/forrest.py
  
  Index: forrest.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/document/forrest.py,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- forrest.py        8 Mar 2004 05:40:50 -0000       1.94
  +++ forrest.py        8 Mar 2004 16:04:08 -0000       1.95
  @@ -504,7 +504,7 @@
           
           projectsSection=document.createSection('Projects with issues...')
           projectsTable=projectsSection.createTable(['Name','Affected',        \
  -                    'Dependencies',  \
  +                    'Dependees',     \
                       'Duration\nin state','Project State'])
           pcount=0
           for project in sortedProjectList:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to