commit | fcf5d639f508b5a7ebf42d858390a6bd3bbb2c61 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Oct 16 23:24:44 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Oct 16 23:24:44 2008 +0000 |
tree | 193a1dd1d41e2403c61cd021409c28b843760cc6 | |
parent | d31fdc547b1805516f6013af672e43cc66bd8c22 [diff] [blame] |
forward port r66386
diff --git a/Lib/test/test_threading.py b/Lib/test/test_threading.py index f26e7bb..956672d 100644 --- a/Lib/test/test_threading.py +++ b/Lib/test/test_threading.py
@@ -1,7 +1,7 @@ # Very rudimentary test of threading module import test.support -from test.support import verbose, catch_warning +from test.support import verbose import random import re import sys