Update of /cvsroot/freevo/freevo/src/record
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20756/src/record
Modified Files:
process.py
Log Message:
use popen from notifier and remove util.popen
Index: process.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/record/process.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** process.py 1 Jun 2005 19:12:41 -0000 1.4
--- process.py 28 Jun 2005 15:56:09 -0000 1.5
***************
*** 37,43 ****
import logging
# freevo imports
import config
- from util.popen import Process
from util.callback import *
--- 37,45 ----
import logging
+ # kaa imports
+ import kaa.notifier
+
# freevo imports
import config
from util.callback import *
***************
*** 159,163 ****
# get the cmd for the childapp
cmd = self.get_cmd(rec)
! self.app = Process(cmd, callback = self.stopped)
return False
--- 161,165 ----
# get the cmd for the childapp
cmd = self.get_cmd(rec)
! self.app = kaa.notifier.Process(cmd, callback = self.stopped)
return False
-------------------------------------------------------
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