diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-27 14:49:48 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-27 14:49:48 -0500 |
commit | bb31268118c393bd686ec190e257e6e398a88855 (patch) | |
tree | 1280e0e873814bcf6f6c489863b1b125c9555c39 | |
parent | 4ba80b5874929c4408f0af68a6ff2a152c03c314 (diff) | |
download | external_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.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 |