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

Modified Files:
        tvguide.py 
Log Message:
Used cached channal list/epg.


Index: tvguide.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/tvguide.py,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** tvguide.py  10 Aug 2004 19:37:23 -0000      1.45
--- tvguide.py  14 Aug 2004 12:52:31 -0000      1.46
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.46  2004/08/14 12:52:31  rshortt
+ # Used cached channal list/epg.
+ #
  # Revision 1.45  2004/08/10 19:37:23  dischi
  # better pyepg integration
***************
*** 68,72 ****
  from menu import MenuApplication
  
! from channels import ChannelList
  
  from program_display import ProgramItem
--- 71,75 ----
  from menu import MenuApplication
  
! from channels import get_channels
  
  from program_display import ProgramItem
***************
*** 111,115 ****
  
          try:
!             channels = ChannelList()
          except Exception, e:
              box.destroy()
--- 114,118 ----
  
          try:
!             channels = get_channels()
          except Exception, e:
              box.destroy()



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