diff options
Diffstat (limited to 'Lib/test/test_threading.py')
-rw-r--r-- | Lib/test/test_threading.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_threading.py b/Lib/test/test_threading.py index 52301177de..cbf6202b5b 100644 --- a/Lib/test/test_threading.py +++ b/Lib/test/test_threading.py @@ -2,7 +2,7 @@ # Create a bunch of threads, let each do some work, wait until all are done -from test_support import verbose +from test.test_support import verbose import random import threading import time |