Update of /cvsroot/freevo/kaa/notifier/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17124/src
Modified Files:
popen.py
Log Message:
remove wait function
Index: popen.py
===================================================================
RCS file: /cvsroot/freevo/kaa/notifier/src/popen.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** popen.py 28 Jun 2005 11:17:47 -0000 1.1
--- popen.py 28 Jun 2005 15:48:58 -0000 1.2
***************
*** 126,135 ****
! def stop( self, cmd = '', wait = True ):
"""
Stop the child. If 'cmd' is given, this stop command will send to
the app to stop itself. If this is not working, kill -15 and kill -9
! will be used to kill the app. If wait is True, this function will
! call notifier.step until the child is dead.
"""
if self.stopping:
--- 126,134 ----
! def stop( self, cmd = '' ):
"""
Stop the child. If 'cmd' is given, this stop command will send to
the app to stop itself. If this is not working, kill -15 and kill -9
! will be used to kill the app.
"""
if self.stopping:
***************
*** 148,154 ****
self.__kill_timer = notifier.addTimer( 0, cb )
- while wait and not self.__dead:
- notifier.step()
-
def __kill( self, signal ):
--- 147,150 ----
-------------------------------------------------------
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