Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1:/tmp/cvs-serv8815
Modified Files:
epg_xmltv.py
Log Message:
use the new text format function for desc
Index: epg_xmltv.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/epg_xmltv.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** epg_xmltv.py 15 Mar 2003 10:26:48 -0000 1.13
--- epg_xmltv.py 20 Mar 2003 15:44:09 -0000 1.14
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.14 2003/03/20 15:44:09 dischi
+ # use the new text format function for desc
+ #
# Revision 1.13 2003/03/15 10:26:48 dischi
# moved pickled file to cache dir
***************
*** 301,305 ****
prog.title = p['title'][0][0].encode('Latin-1')
if p.has_key('desc'):
! prog.desc = p['desc'][0][0].encode('Latin-1')
if p.has_key('sub-title'):
prog.sub_title = p['sub-title'][0][0].encode('Latin-1')
--- 304,308 ----
prog.title = p['title'][0][0].encode('Latin-1')
if p.has_key('desc'):
! prog.desc = util.format_text(p['desc'][0][0].encode('Latin-1'))
if p.has_key('sub-title'):
prog.sub_title = p['sub-title'][0][0].encode('Latin-1')
-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.
Does your code think in ink? You could win a Tablet PC.
Get a free Tablet PC hat just for playing. What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog