~ubuntu-marketing/ubuntu-stats/devel

« back to all changes in this revision

Viewing changes to backend/plugins/RSS/Item.py

  • Committer: Felipe Lerena
  • Date: 2007-08-24 02:21:59 UTC
  • Revision ID: felipelerena@gmail.com-20070824022159-ezqac75n291bgv0k
I have added lots of comments to the python code, this solves bug #122008

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"""
2
2
author: Felipe Lerena <felipelerena@gmail.com>
 
3
A little helper class just to handle rss items
3
4
"""
4
5
class Item:
5
6
    text = ""
6
7
    pubDate = ""
7
8
    link = ""
8
 
    creator = ""
 
 
b'\\ No newline at end of file'
 
9
    creator = ""