aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-27 14:49:48 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-11-27 14:49:48 -0500
commitbb31268118c393bd686ec190e257e6e398a88855 (patch)
tree1280e0e873814bcf6f6c489863b1b125c9555c39
parent4ba80b5874929c4408f0af68a6ff2a152c03c314 (diff)
downloadexternal_python_setuptools-bb31268118c393bd686ec190e257e6e398a88855.tar.gz
external_python_setuptools-bb31268118c393bd686ec190e257e6e398a88855.tar.bz2
external_python_setuptools-bb31268118c393bd686ec190e257e6e398a88855.zip
Remove redundant imports
-rw-r--r--setuptools/tests/test_easy_install.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py
index 01f07e67..f8663f07 100644
--- a/setuptools/tests/test_easy_install.py
+++ b/setuptools/tests/test_easy_install.py
@@ -7,8 +7,6 @@ import tempfile
import unittest
import site
import contextlib
-from setuptools.compat import StringIO, BytesIO, next
-from setuptools.compat import urlparse
import textwrap
import tarfile
import distutils.core