Update of /cvsroot/freevo/freevo/src/www
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26119/www
Modified Files:
index.py
Log Message:
adjust to new record.client module
Index: index.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/index.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.py 1 Dec 2004 15:12:30 -0000 1.2
--- index.py 19 Dec 2004 16:39:39 -0000 1.3
***************
*** 6,10 ****
import config
import util
! import tv.recordings as recordserver
class IndexResource(FreevoResource):
--- 6,10 ----
import config
import util
! import record.client
class IndexResource(FreevoResource):
***************
*** 17,21 ****
time.strftime('%B %d ' + config.TV_TIMEFORMAT,
time.localtime()) ) +'</h2>'
! if recordserver.server:
fv.res += '<p class="normal">'\
+_('The recording server is up and running.')+'</p>\n'
--- 17,21 ----
time.strftime('%B %d ' + config.TV_TIMEFORMAT,
time.localtime()) ) +'</h2>'
! if record.client.server:
fv.res += '<p class="normal">'\
+_('The recording server is up and running.')+'</p>\n'
-------------------------------------------------------
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