python-openid
python-openid copied to clipboard
AXStore.from*Request; Invalid namespace exceptions
While working on provider I encountered several problems that are solved in this branch
- some assertions in namespace handling can not be prevented (e.g. consumer is stupid) So I made new exception that is used to create error response
- AX store request does not have usual from*Request methods
- discover script does not have
.py
extension