aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-30 10:28:40 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-30 10:28:40 -0500
commite3a4428d6a4e3889992ebb1765f27d9b9807325b (patch)
tree7f0597877d23500ed5df80ac8c99ce360a183f07 /setuptools
parentf3d7a63e56f7d0ba768a10a2787e25679869922f (diff)
downloadexternal_python_setuptools-e3a4428d6a4e3889992ebb1765f27d9b9807325b.tar.gz
external_python_setuptools-e3a4428d6a4e3889992ebb1765f27d9b9807325b.tar.bz2
external_python_setuptools-e3a4428d6a4e3889992ebb1765f27d9b9807325b.zip
Remove unused import
Diffstat (limited to 'setuptools')
-rw-r--r--setuptools/tests/test_easy_install.py1
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