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_cygwinccompiler.py | |
| parent | 95f6afb74ad25d2b616ed44499035595fe945fc5 (diff) | |
| download | python-setuptools-git-905adfca47183d923e35135c4795a3b0439c6104.tar.gz | |
Issue #23277: Remove unused imports in tests.
Diffstat (limited to 'tests/test_cygwinccompiler.py')
| -rw-r--r-- | tests/test_cygwinccompiler.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_cygwinccompiler.py b/tests/test_cygwinccompiler.py index 85692167..9dc869de 100644 --- a/tests/test_cygwinccompiler.py +++ b/tests/test_cygwinccompiler.py @@ -3,11 +3,10 @@ import unittest import sys import os from io import BytesIO -import subprocess from test.support import run_unittest from distutils import cygwinccompiler -from distutils.cygwinccompiler import (CygwinCCompiler, check_config_h, +from distutils.cygwinccompiler import (check_config_h, CONFIG_H_OK, CONFIG_H_NOTOK, CONFIG_H_UNCERTAIN, get_versions, get_msvcr) |
