diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-06-19 12:39:48 +0100 |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-06-19 12:39:48 +0100 |
| commit | 1c5400fd8216c101b7d120e1b079e46add869ade (patch) | |
| tree | 9b1a7a988fc097685c4111887feeab83bb407df4 | |
| parent | 2eb4eeaf4e06d8bcf3cf1288ae2d6a53ef96f59d (diff) | |
| download | python-setuptools-git-1c5400fd8216c101b7d120e1b079e46add869ade.tar.gz | |
Minor change to minimise diffs with upstream.
--HG--
branch : single-codebase
| -rw-r--r-- | pkg_resources.py | 3 |
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): |
