diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-29 13:17:00 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-29 13:17:00 -0500 |
| commit | 01ca6210955b4a0fcb1e887d7b156c923e5d3eff (patch) | |
| tree | 8838a00958a56363618d6ffe088426cbb47850ce /setuptools | |
| parent | cd8a46e3c9f604bc2bd1ba769854cfa73f905d28 (diff) | |
| download | external_python_setuptools-01ca6210955b4a0fcb1e887d7b156c923e5d3eff.tar.gz external_python_setuptools-01ca6210955b4a0fcb1e887d7b156c923e5d3eff.tar.bz2 external_python_setuptools-01ca6210955b4a0fcb1e887d7b156c923e5d3eff.zip | |
Remove unused import
Diffstat (limited to 'setuptools')
| -rw-r--r-- | setuptools/tests/test_easy_install.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index a4430953..3659d53f 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -23,7 +23,6 @@ from pkg_resources import working_set, VersionConflict from pkg_resources import Distribution as PRDistribution import setuptools.tests.server import pkg_resources -from .py26compat import skipIf class FakeDist(object): def get_entry_map(self, group): |
