Update of /cvsroot/freevo/kaa/notifier/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26609/notifier/src

Modified Files:
        popen.py 
Log Message:
remove wait flag

Index: popen.py
===================================================================
RCS file: /cvsroot/freevo/kaa/notifier/src/popen.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** popen.py    28 Jun 2005 16:04:08 -0000      1.3
--- popen.py    2 Jul 2005 10:57:11 -0000       1.4
***************
*** 387,391 ****
          # stop all childs without waiting
          for p in self.__processes:
!             p.stop(wait=False)
  
          # now wait until all childs are dead
--- 387,391 ----
          # stop all childs without waiting
          for p in self.__processes:
!             p.stop()
  
          # now wait until all childs are dead



-------------------------------------------------------
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