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

Modified Files:
        childapp.py 
Log Message:
Check for libs and make it possible to install runtime from within
freevo


Index: childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/childapp.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** childapp.py 27 Oct 2003 17:39:35 -0000      1.37
--- childapp.py 2 Nov 2003 09:24:34 -0000       1.38
***************
*** 10,13 ****
--- 10,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.38  2003/11/02 09:24:34  dischi
+ # Check for libs and make it possible to install runtime from within
+ # freevo
+ #
  # Revision 1.37  2003/10/27 17:39:35  dischi
  # just to be save
***************
*** 319,323 ****
--- 323,329 ----
          while 1:
  
+             x = time.time()
              data = self.fp.readline(300)
+             print time.time() - x
              if not data:
                  _debug_('%s: No data, stopping (pid %s)!' % (self.name, 
os.getpid()),2)




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to