[svn r40720] Tracing defaults to false

--HG--
branch : trunk
This commit is contained in:
fijal 2007-03-18 19:49:45 +01:00
parent 837ba40fa7
commit cfd7c31a8d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from select import select as _select
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