diff options
| author | Doug Hellmann <doug.hellmann@gmail.com> | 2013-09-05 18:09:31 -0400 |
|---|---|---|
| committer | Doug Hellmann <doug.hellmann@gmail.com> | 2013-09-06 13:54:56 -0400 |
| commit | c062d5ace6adedcf0f6434cffc07fb24cc608733 (patch) | |
| tree | ca5441a304656f27ac25b1e9bc7933d9c5de4679 /CONTRIBUTORS.txt | |
| parent | 90b9686a20e6465b9a97ce02e4d10080c0cf271e (diff) | |
| download | pyramid-c062d5ace6adedcf0f6434cffc07fb24cc608733.tar.gz pyramid-c062d5ace6adedcf0f6434cffc07fb24cc608733.tar.bz2 pyramid-c062d5ace6adedcf0f6434cffc07fb24cc608733.zip | |
Update package_name() to work with namespace pkgs
The logic in pyramid.path.package_name() should take into
account the fact that namespace packages created by
setuptools do not have __init__.py[c] files, and so they
have no __file__ attribute.
This resolves an issue with WSME
(https://bugs.launchpad.net/wsme/+bug/1221201)
Change-Id: I39bc32a9c38fa11c4cef22a041077ed9001091be
Diffstat (limited to 'CONTRIBUTORS.txt')
| -rw-r--r-- | CONTRIBUTORS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 0ddaebf15..1a5b975d7 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -220,3 +220,5 @@ Contributors - Matthew Wilkes, 2013/08/23 - Takahiro Fujiwara, 2013/08/28 + +- Doug Hellmann, 2013/09/06 |
