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

Modified Files:
        proginfo.py 
Log Message:
use kaa.epg instead of pyepg

Index: proginfo.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/pages/proginfo.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** proginfo.py 23 Mar 2005 21:24:38 -0000      1.2
--- proginfo.py 26 Jun 2005 10:53:00 -0000      1.3
***************
*** 33,37 ****
  import util
  import config 
! import pyepg
  
  MAX_DESCRIPTION_CHAR = 1000
--- 33,37 ----
  import util
  import config 
! import kaa.epg
  
  MAX_DESCRIPTION_CHAR = 1000
***************
*** 46,50 ****
          starttime = int( id[id.find(":")+1:] )
  
!         chan = pyepg.guide.channel_dict.get(chanid)
          if not chan:
              fv.res += u'no such channel %s' % chanid
--- 46,50 ----
          starttime = int( id[id.find(":")+1:] )
  
!         chan = kaa.epg.guide.channel_dict.get(chanid)
          if not chan:
              fv.res += u'no such channel %s' % chanid



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to