Update of /cvsroot/freevo/freevo/lib/pyepg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16956/lib/pyepg

Modified Files:
        program.py 
Log Message:
Compare Unicode() results.


Index: program.py
===================================================================
RCS file: /cvsroot/freevo/freevo/lib/pyepg/program.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** program.py  11 Dec 2004 12:01:08 -0000      1.7
--- program.py  13 Dec 2004 02:26:36 -0000      1.8
***************
*** 60,67 ****
          """
          try:
!             return self.title != other.title or \
                     self.start != other.start or \
                     self.stop  != other.stop or \
!                    self.channel != other.channel
          except AttributeError:
              return 1
--- 60,67 ----
          """
          try:
!             return Unicode(self.title) != Unicode(other.title) or \
                     self.start != other.start or \
                     self.stop  != other.stop or \
!                    Unicode(self.channel) != Unicode(other.channel)
          except AttributeError:
              return 1



-------------------------------------------------------
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

Reply via email to