Whitespace normalization.

This commit is contained in:
Tim Peters 2006-03-25 01:50:43 +00:00
parent 1a9fac0937
commit e33901eb2b
3 changed files with 4 additions and 4 deletions

View file

@ -234,7 +234,7 @@ def worker(q):
finally:
cumlock.release()
q.task_done()
def QueueJoinTest(q):
global cum
cum = 0