Update of /cvsroot/freevo/freevo/src/tv
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9604/src/tv

Modified Files:
        epg_types.py 
Log Message:
Unicode fix.


Index: epg_types.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/epg_types.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** epg_types.py        22 Jun 2004 01:07:49 -0000      1.18
--- epg_types.py        1 Jul 2004 22:49:49 -0000       1.19
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.19  2004/07/01 22:49:49  rshortt
+ # Unicode fix.
+ #
  # Revision 1.18  2004/06/22 01:07:49  rshortt
  # Move stuff into __init__() and fix a bug for twisted's serialization.
***************
*** 241,245 ****
                  if config.DEBUG > 1:
                      print 'wrong stop time: %s' % \
!                           self.chan_dict[program.channel_id].programs[-1]
                  self.chan_dict[program.channel_id].programs[-1].stop = program.start
                  
--- 244,248 ----
                  if config.DEBUG > 1:
                      print 'wrong stop time: %s' % \
!                           String(self.chan_dict[program.channel_id].programs[-1])
                  self.chan_dict[program.channel_id].programs[-1].stop = program.start
                  



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to