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_subprocess.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_subprocess.py')
-rw-r--r-- | Lib/test/test_subprocess.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 786b8cf..e7519a2 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -1,5 +1,4 @@ import unittest -from test.support import script_helper from test import support import subprocess import sys |