diff options
| -rw-r--r-- | tests/test_clean.py | 1 | ||||
| -rw-r--r-- | tests/test_config.py | 1 | ||||
| -rw-r--r-- | tests/test_install_data.py | 1 | ||||
| -rw-r--r-- | tests/test_install_headers.py | 1 | ||||
| -rw-r--r-- | tests/test_unixccompiler.py | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_clean.py b/tests/test_clean.py index b64f300a..df88ec1e 100644 --- a/tests/test_clean.py +++ b/tests/test_clean.py @@ -1,5 +1,4 @@ """Tests for distutils.command.clean.""" -import sys import os import unittest import getpass diff --git a/tests/test_config.py b/tests/test_config.py index 4de825a8..0929f8a4 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,5 +1,4 @@ """Tests for distutils.pypirc.pypirc.""" -import sys import os import unittest import tempfile diff --git a/tests/test_install_data.py b/tests/test_install_data.py index 4d8c00ac..d73624d0 100644 --- a/tests/test_install_data.py +++ b/tests/test_install_data.py @@ -1,5 +1,4 @@ """Tests for distutils.command.install_data.""" -import sys import os import unittest import getpass diff --git a/tests/test_install_headers.py b/tests/test_install_headers.py index d953157b..d9ed6b7f 100644 --- a/tests/test_install_headers.py +++ b/tests/test_install_headers.py @@ -1,5 +1,4 @@ """Tests for distutils.command.install_headers.""" -import sys import os import unittest import getpass diff --git a/tests/test_unixccompiler.py b/tests/test_unixccompiler.py index 3d14e12a..7c95be56 100644 --- a/tests/test_unixccompiler.py +++ b/tests/test_unixccompiler.py @@ -1,5 +1,4 @@ """Tests for distutils.unixccompiler.""" -import os import sys import unittest from test.support import EnvironmentVarGuard, run_unittest |
