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

Modified Files:
        program.py 
Log Message:
We can't marshal boolean types.  It might be worth trying to fix the problem
in Twisted.


Index: program.py
===================================================================
RCS file: /cvsroot/freevo/freevo/lib/pyepg/program.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** program.py  10 Aug 2004 19:35:45 -0000      1.1
--- program.py  14 Aug 2004 01:17:16 -0000      1.2
***************
*** 10,13 ****
--- 10,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2004/08/14 01:17:16  rshortt
+ # We can't marshal boolean types.  It might be worth trying to fix the problem
+ # in Twisted.
+ #
  # Revision 1.1  2004/08/10 19:35:45  dischi
  # o better index generation
***************
*** 60,70 ****
          self.date       = None
          self.pos        = None
          if title == NO_DATA:
!             self.valid = False
          else:
!             self.valid = True
          
-         # Due to problems with Twisted's marmalade this should not be changed
-         # to a boolean type. 
          self.scheduled  = 0
  
--- 64,75 ----
          self.date       = None
          self.pos        = None
+ 
+         # Due to problems with Twisted's marmalade these should not be changed
+         # to a boolean types. 
          if title == NO_DATA:
!             self.valid = 0
          else:
!             self.valid = 1
          
          self.scheduled  = 0
  



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to