summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dummy_threading.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_dummy_threading.py')
-rw-r--r--Lib/test/test_dummy_threading.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_dummy_threading.py b/Lib/test/test_dummy_threading.py
index cc8c0e3..e377230 100644
--- a/Lib/test/test_dummy_threading.py
+++ b/Lib/test/test_dummy_threading.py
@@ -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: