Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31848
Modified Files:
recordserver.py
Log Message:
activate child dispatcher and move plugin init to server.py
Index: recordserver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/recordserver.py,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** recordserver.py 6 Nov 2004 17:56:21 -0000 1.63
--- recordserver.py 7 Nov 2004 16:42:33 -0000 1.64
***************
*** 8,11 ****
--- 8,14 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.64 2004/11/07 16:42:33 dischi
+ # activate child dispatcher and move plugin init to server.py
+ #
# Revision 1.63 2004/11/06 17:56:21 dischi
# Current status of the recordserver:
***************
*** 56,60 ****
import config
import plugin
!
import notifier
import record.server
--- 59,63 ----
import config
import plugin
! import childapp
import notifier
import record.server
***************
*** 70,79 ****
print e
- # load record plugins
- plugin.init(exclusive=['record'])
-
while 1:
try:
notifier.init(notifier.GENERIC)
record.server.RecordServer()
notifier.loop()
--- 73,80 ----
print e
while 1:
try:
notifier.init(notifier.GENERIC)
+ notifier.addDispatcher( childapp.watcher.step )
record.server.RecordServer()
notifier.loop()
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog