From 1c5400fd8216c101b7d120e1b079e46add869ade Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Wed, 19 Jun 2013 12:39:48 +0100 Subject: Minor change to minimise diffs with upstream. --HG-- branch : single-codebase --- pkg_resources.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkg_resources.py') diff --git a/pkg_resources.py b/pkg_resources.py index 09788364..3dc85525 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -2493,8 +2493,7 @@ class Distribution(object): self.insert_on(path) if path is sys.path: fixup_namespace_packages(self.location) - list(map(declare_namespace, - self._get_metadata('namespace_packages.txt'))) + list(map(declare_namespace, self._get_metadata('namespace_packages.txt'))) def egg_name(self): -- cgit v1.2.3