[py-svn] r57167 - py/branch/event/py/test2/dist

hpk at codespeak.net hpk at codespeak.net
Sun Aug 10 17:30:23 CEST 2008


Author: hpk
Date: Sun Aug 10 17:30:23 2008
New Revision: 57167

Modified:
   py/branch/event/py/test2/dist/async.py
Log:
remove left over print


Modified: py/branch/event/py/test2/dist/async.py
==============================================================================
--- py/branch/event/py/test2/dist/async.py	(original)
+++ py/branch/event/py/test2/dist/async.py	Sun Aug 10 17:30:23 2008
@@ -133,7 +133,6 @@
                 loopstate.exitstatus = self.EXIT_TESTSFAILED
             else:
                 loopstate.exitstatus = self.EXIT_OK
-        print "finished"
 
     def loop(self, colitems):
         try:



More information about the pytest-commit mailing list