aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_easy_install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-29 13:17:00 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-29 13:17:00 -0500
commit01ca6210955b4a0fcb1e887d7b156c923e5d3eff (patch)
tree8838a00958a56363618d6ffe088426cbb47850ce /setuptools/tests/test_easy_install.py
parentcd8a46e3c9f604bc2bd1ba769854cfa73f905d28 (diff)
downloadexternal_python_setuptools-01ca6210955b4a0fcb1e887d7b156c923e5d3eff.tar.gz
external_python_setuptools-01ca6210955b4a0fcb1e887d7b156c923e5d3eff.tar.bz2
external_python_setuptools-01ca6210955b4a0fcb1e887d7b156c923e5d3eff.zip
Remove unused import
Diffstat (limited to 'setuptools/tests/test_easy_install.py')
-rw-r--r--setuptools/tests/test_easy_install.py1
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):