commit | f785042433f0c43ed1ba2ba0388fc51d79bcf5c3 | [log] [tgz] |
---|---|---|
author | Fredrik Lundh <fredrik@pythonware.com> | Wed Jan 17 21:51:36 2001 +0000 |
committer | Fredrik Lundh <fredrik@pythonware.com> | Wed Jan 17 21:51:36 2001 +0000 |
tree | bc76d2b9fc810d645ca3648bc1c4fdac9bb0a769 | |
parent | f27cc5bc74372032ce9c42e9f6321458df6da2f7 [diff] [blame] |
a bold attempt to fix things broken by MAL's verify patch: import 'verify' iff it's used by a test module...
diff --git a/Lib/test/test_thread.py b/Lib/test/test_thread.py index 134badf..02da94e 100644 --- a/Lib/test/test_thread.py +++ b/Lib/test/test_thread.py
@@ -2,7 +2,7 @@ # Create a bunch of threads, let each do some work, wait until all are done -from test_support import verify, verbose +from test_support import verbose import random import thread import time