Whitespace normalization.

This commit is contained in:
Tim Peters 2003-02-19 02:35:07 +00:00
parent f805cd2c1f
commit f2715e0764
26 changed files with 110 additions and 114 deletions

View file

@ -9,7 +9,7 @@ import time
class TestThread(_threading.Thread):
def run(self):
global running
delay = random.random() * 2
@ -54,7 +54,7 @@ def test_main():
global threads
threads = []
starttasks()
if verbose: