~gary/python-openid/python-openid-2.2.1-patched

« back to all changes in this revision

Viewing changes to openid/store/__init__.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-11-30 02:46:28 UTC
  • mfrom: (1.1.1 pyopenid-2.0)
  • Revision ID: launchpad@pqm.canonical.com-20071130024628-qktwsew3383iawmq
[rs=SteveA] upgrade to python-openid-2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
This package contains the modules related to this library's use of
3
3
persistent storage.
4
4
 
5
 
@sort: interface, filestore, sqlstore, dumbstore
 
5
@sort: interface, filestore, sqlstore, memstore
6
6
"""