Pylons / pyramid_traversalwrapper

Alternate traversal plugin for Pyramid which automates __parent__ and __name__
https://pylonsproject.org
Other
5 stars 5 forks source link

Fix incompatibility with pyramid >= 1.5a2 #5

Open mete0r opened 9 years ago

mete0r commented 9 years ago

An incompatibility with pyramid >=1.5a2 seems to be introduced since:

https://github.com/Pylons/pyramid/commit/8fe57d871af1321b0e2b853c559d8e5c127db5fa

This PR contains a testcase and fix.

mete0r commented 9 years ago

Pull Request Summary:

Any comments or direction would be greatly appreciated.