/[straw]/straw/src/lib/ParsedSummary.py
ViewVC logotype

Diff of /straw/src/lib/ParsedSummary.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by juri, Tue Jul 8 21:45:09 2003 UTC revision 1.6 by jmalonzo, Wed Nov 5 10:04:22 2003 UTC
# Line 6  cvs_id = "$Id$" Line 6  cvs_id = "$Id$"
6    
7  class ParsedSummary(object):  class ParsedSummary(object):
8      __slots__ = ('title', 'link', 'description', 'last_build_date',      __slots__ = ('title', 'link', 'description', 'last_build_date',
9                   'managing_editor', 'web_master', 'language', 'items',                   'managing_editor', 'web_master', 'language', 'items', 'copyright', 'creator')
                  'invalid_rss', 'copyright', 'blogroll',  
                  'subscriptions', 'blink', 'creator')  
10    
11      def __init__(self):      def __init__(self):
12          self.items = []          self.items = []
13          self.last_build_date = -1          self.last_build_date = -1
         self.invalid_rss = 0  
14          self.title = ""          self.title = ""
15          self.description = ""          self.description = ""
16          self.copyright = ""          self.copyright = ""
# Line 21  class ParsedSummary(object): Line 18  class ParsedSummary(object):
18          self.managing_editor = ""          self.managing_editor = ""
19          self.web_master = ""          self.web_master = ""
20          self.language = ""          self.language = ""
         self.blogroll = ""  
         self.subscriptions = ""  
         self.blink = ""  
21          self.creator = ""          self.creator = ""
22          pass          pass
23    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26