Commit 1c5400fd authored by Vinay Sajip's avatar Vinay Sajip

Minor change to minimise diffs with upstream.

--HG--
branch : single-codebase
parent 2eb4eeaf
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment