Update of /cvsroot/freevo/freevo/lib/pyepg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13333
Modified Files:
program.py
Log Message:
unicode fix
Index: program.py
===================================================================
RCS file: /cvsroot/freevo/freevo/lib/pyepg/program.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** program.py 22 Dec 2004 10:32:59 -0000 1.9
--- program.py 22 Dec 2004 17:16:21 -0000 1.10
***************
*** 69,73 ****
def __str__(self):
! return '%8d %s (%s): %s-%s' % (self.id, self.title, self.channel.id,
self.start, self.stop)
--- 69,74 ----
def __str__(self):
! return '%8d %s (%s): %s-%s' % (self.id, String(self.title),
! String(self.channel.id),
self.start, self.stop)
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog