summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-02-19 09:43:09 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-02-19 09:43:09 -0500
commitbfd610e2b7f1ad369b75f777b3fa7472347b49c8 (patch)
tree87c0377bd5098bb7ff242da998db67f81d1bc384
parent24cc60e8ded40d5cdfedc79c85dc778d80f688a8 (diff)
downloadpython-setuptools-git-bfd610e2b7f1ad369b75f777b3fa7472347b49c8.tar.gz
Remove unused imports
-rw-r--r--setuptools/tests/test_easy_install.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py
index 9dacd8e0..55b8b05a 100644
--- a/setuptools/tests/test_easy_install.py
+++ b/setuptools/tests/test_easy_install.py
@@ -16,7 +16,6 @@ import itertools
import distutils.errors
import io
-from setuptools.extern import six
from setuptools.extern.six.moves import urllib
import time
@@ -38,7 +37,7 @@ import setuptools.tests.server
import pkg_resources
from .py26compat import tarfile_open
-from . import contexts, is_ascii
+from . import contexts
from .textwrap import DALS