[py-svn] r40720 - py/trunk/py/green

fijal at codespeak.net fijal at codespeak.net
Sun Mar 18 19:49:48 CET 2007


Author: fijal
Date: Sun Mar 18 19:49:45 2007
New Revision: 40720

Modified:
   py/trunk/py/green/greensock2.py
Log:
Tracing defaults to false


Modified: py/trunk/py/green/greensock2.py
==============================================================================
--- py/trunk/py/green/greensock2.py	(original)
+++ py/trunk/py/green/greensock2.py	Sun Mar 18 19:49:45 2007
@@ -16,7 +16,7 @@
 from time import time as _time
 from heapq import heappush, heappop, heapify
 
-TRACE = True
+TRACE = False
 
 def meetingpoint():
     senders = deque()    # list of senders, or [None] if Giver closed



More information about the pytest-commit mailing list