Package openid :: Package consumer
[frames] | no frames]

Source Code for Package openid.consumer

1  """ 
2  This package contains the portions of the library used only when 
3  implementing an OpenID consumer. 
4  """ 
5   
6  __all__ = ['consumer', 'discover'] 
7