~ubuntu-marketing/ubuntu-stats/devel

« back to all changes in this revision

Viewing changes to backend/plugins/RSS/RSSProcessor.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
# coding: latin-1
2
2
"""
3
3
author: Felipe Lerena <felipelerena@gmail.com>
 
4
processes the rss feed
4
5
"""
5
6
import urllib, cStringIO, Item, time, datetime, xml.sax._exceptions,xml.sax
6
7
from xml.dom.ext.reader import Sax2
157
158
        
158
159
        #auxPubDate = time.strptime(auxPubDate,self.dateFormat)
159
160
        #it.pubDate = time.strftime('%Y-%m-%d %H:%M:%S',auxPubDate)
160
 
        return it
 
 
b'\\ No newline at end of file'
 
161
        return it