You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/06/18 06:54:59 UTC

cvs commit: gump/python/gump/syndication abstract.py

ajack       2004/06/17 21:54:59

  Modified:    python/gump/syndication Tag: CleanUp abstract.py
  Log:
  Oddness happening around descriptions, tried cleaning up.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.2.2   +2 -5      gump/python/gump/syndication/abstract.py
  
  Index: abstract.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/syndication/abstract.py,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- abstract.py	16 Jun 2004 17:50:39 -0000	1.2.2.1
  +++ abstract.py	18 Jun 2004 04:54:58 -0000	1.2.2.2
  @@ -68,12 +68,9 @@
       
           content += '</p>'
           
  -        if project.hasDescription or project.getModule().hasDescription():
  +        if project.hasDescription():
               content+='<p>'           
  -            if project.hasDescription(): 
  -                content+=project.getDescription()
  -            else:
  -                content+=project.getModule().getDescription()
  +            content+=project.getDescription()
               content+='<p>'
               
           content += self.getSundries(project)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org