~ubuntu-marketing/ubuntu-stats/devel

« back to all changes in this revision

Viewing changes to backend/plugins/WRC/WRCProcessor.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
parses the wiki HTML page
3
4
"""
4
5
import urllib,cStringIO,Item,time,datetime,xml.sax._exceptions
5
6
from xml.dom.ext.reader import HtmlLib
60
61
        finally:  
61
62
            return text
62
63
    
63
 
   
 
 
b'\\ No newline at end of file'
 
64