diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 21:41:02 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-24 21:41:02 +0300 |
| commit | 905adfca47183d923e35135c4795a3b0439c6104 (patch) | |
| tree | 6bc6749e2569af7b66205edeaf804cc543f8b798 /tests/test_spawn.py | |
| parent | 95f6afb74ad25d2b616ed44499035595fe945fc5 (diff) | |
| download | python-setuptools-git-905adfca47183d923e35135c4795a3b0439c6104.tar.gz | |
Issue #23277: Remove unused imports in tests.
Diffstat (limited to 'tests/test_spawn.py')
| -rw-r--r-- | tests/test_spawn.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_spawn.py b/tests/test_spawn.py index 6c7eb20c..f507ef77 100644 --- a/tests/test_spawn.py +++ b/tests/test_spawn.py @@ -1,11 +1,10 @@ """Tests for distutils.spawn.""" import unittest import os -import time -from test.support import captured_stdout, run_unittest +from test.support import run_unittest from distutils.spawn import _nt_quote_args -from distutils.spawn import spawn, find_executable +from distutils.spawn import spawn from distutils.errors import DistutilsExecError from distutils.tests import support |
