From 07f0901db42f1bc5d411868e92e7e77d27f90323 Mon Sep 17 00:00:00 2001 From: Daniel Holth Date: Fri, 29 Jun 2012 04:11:44 -0400 Subject: use markerlib --HG-- branch : distribute extra : rebase_source : a684fafb1aeb44954bdb8604a77fcc8d1549648c --- pkg_resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg_resources.py') diff --git a/pkg_resources.py b/pkg_resources.py index 5e3967f3..dea54490 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -2474,7 +2474,7 @@ class DistInfoDistribution(Distribution): return True return marker_fn try: - from wheel.markers import as_function + from markerlib import as_function except ImportError: as_function = dummy_marker dm = self.__dep_map = {None: []} -- cgit v1.2.1