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_eintr.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_eintr.py')
-rw-r--r-- | Lib/test/test_eintr.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_eintr.py b/Lib/test/test_eintr.py index 1c9b84f..25f86d3 100644 --- a/Lib/test/test_eintr.py +++ b/Lib/test/test_eintr.py @@ -1,6 +1,5 @@ import os import signal -import subprocess import unittest from test import support |