Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv13269

Modified Files:
        childapp.py 
Log Message:
less debug

Index: childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/childapp.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** childapp.py 20 Sep 2003 17:30:23 -0000      1.14
--- childapp.py 20 Sep 2003 17:32:49 -0000      1.15
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.15  2003/09/20 17:32:49  dischi
+ # less debug
+ #
  # Revision 1.14  2003/09/20 17:30:23  dischi
  # do not close streams when we have to kill the app by force
***************
*** 126,132 ****
              return
  
-         import traceback
-         traceback.print_exc()
-         
          # maybe child is dead and only waiting?
          if os.waitpid(self.child.pid, os.WNOHANG)[0] == self.child.pid:
--- 129,132 ----




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to