Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv22423
Modified Files:
tvtime.py
Log Message:
found another 4suite probelm, gonna look at minidom instead
Index: tvtime.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/tvtime.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** tvtime.py 15 Oct 2003 20:17:07 -0000 1.18
--- tvtime.py 22 Oct 2003 00:01:38 -0000 1.19
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.19 2003/10/22 00:01:38 mikeruelle
+ # found another 4suite probelm, gonna look at minidom instead
+ #
# Revision 1.18 2003/10/15 20:17:07 mikeruelle
#
***************
*** 275,278 ****
--- 278,283 ----
myindex = mystr.find('</stationlist>')
mystr = mystr[:myindex+15]
+ # how can 4suite be so stupid and still survive?
+ mystr = mystr.replace('<!DOCTYPE stationlist PUBLIC
"http://tvtime.sourceforge.net/DTD/stationlist1.dtd" "-//tvtime//DTD stationlist
1.0//EN">','<!DOCTYPE stationlist PUBLIC "-//tvtime//DTD stationlist 1.0//EN"
"http://tvtime.sourceforge.net/DTD/stationlist1.dtd">')
fp = open(tvtimefile,'wb')
fp.write(mystr)
-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog