diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-30 10:28:40 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-30 10:28:40 -0500 |
commit | e3a4428d6a4e3889992ebb1765f27d9b9807325b (patch) | |
tree | 7f0597877d23500ed5df80ac8c99ce360a183f07 /setuptools/tests | |
parent | f3d7a63e56f7d0ba768a10a2787e25679869922f (diff) | |
download | external_python_setuptools-e3a4428d6a4e3889992ebb1765f27d9b9807325b.tar.gz external_python_setuptools-e3a4428d6a4e3889992ebb1765f27d9b9807325b.tar.bz2 external_python_setuptools-e3a4428d6a4e3889992ebb1765f27d9b9807325b.zip |
Remove unused import
Diffstat (limited to 'setuptools/tests')
-rw-r--r-- | setuptools/tests/test_easy_install.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index 4ca659d5..d4d29e27 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -10,7 +10,6 @@ import contextlib import textwrap import tarfile import logging -import distutils.core import pytest |