diff options
-rw-r--r-- | setuptools/tests/test_easy_install.py | 2 |
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 |