diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 21:05:30 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 21:05:30 (GMT) |
commit | a6f26c1d3495670c02c2ceb1e38ada0d468579f7 (patch) | |
tree | 0fe173ee82748239d48aa022592ae68f90a044de /Lib/test/test_threading.py | |
parent | fd2839e1de4e1eac61d982fe3a0d2b4602f3fd3e (diff) | |
download | cpython-a6f26c1d3495670c02c2ceb1e38ada0d468579f7.zip cpython-a6f26c1d3495670c02c2ceb1e38ada0d468579f7.tar.gz cpython-a6f26c1d3495670c02c2ceb1e38ada0d468579f7.tar.bz2 |
Remove more unused imports in tests.
Diffstat (limited to 'Lib/test/test_threading.py')
-rw-r--r-- | Lib/test/test_threading.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_threading.py b/Lib/test/test_threading.py index 0e70016..d6317c7 100644 --- a/Lib/test/test_threading.py +++ b/Lib/test/test_threading.py @@ -7,7 +7,6 @@ from test.support import verbose, import_module, cpython_only from test.support.script_helper import assert_python_ok, assert_python_failure import random -import re import sys _thread = import_module('_thread') threading = import_module('threading') |