Update of /cvsroot/freevo/freevo/src/www/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1376/src/www/htdocs

Modified Files:
        guide.rpy 
Log Message:
Use tv_util to cache the guide.


Index: guide.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/guide.rpy,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** guide.rpy   12 Mar 2004 03:05:50 -0000      1.25
--- guide.rpy   8 Aug 2004 19:07:55 -0000       1.26
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.26  2004/08/08 19:07:55  rshortt
+ # Use tv_util to cache the guide.
+ #
  # Revision 1.25  2004/03/12 03:05:50  outlyer
  # Use the episode title where available.
***************
*** 88,92 ****
  import util
  import config 
- import tv.epg_xmltv 
  import tv.record_client as ri
  from twisted.web import static
--- 91,94 ----
***************
*** 189,193 ****
              mfrprevguide = 0
  
!         guide = tv.epg_xmltv.get_guide()
          (got_schedule, schedule) = ri.getScheduledRecordings()
          if got_schedule:
--- 191,195 ----
              mfrprevguide = 0
  
!         guide = tv_util.get_guide()
          (got_schedule, schedule) = ri.getScheduledRecordings()
          if got_schedule:



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to