summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-06-19 12:39:48 +0100
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-06-19 12:39:48 +0100
commita6b63224161a36d2fd32e4ef59441240ecdc82f2 (patch)
tree686cb79992951c9834fc9c8642b93f81883bccc5
parent90e99d86ceabf0a6dcde6152ddad187f4c96fdbe (diff)
downloadpython-setuptools-bitbucket-a6b63224161a36d2fd32e4ef59441240ecdc82f2.tar.gz
Minor change to minimise diffs with upstream.
-rw-r--r--pkg_resources.py3
1 files changed, 1 insertions, 2 deletions
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):