repo.or.cz
/
worddb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
getting file size for all dict files to be downloaded. coming to be 400mb or so.
[worddb.git]
/
libs
/
openid
/
store
/
__init__.py
blob
76509b51988bca323b0ee107ea5779a90d4a8b21
1
"""
2
This package contains the modules related to this library's use of
3
persistent storage.
4
5
@sort: interface, filestore, sqlstore, memstore
6
"""
7
8
__all__
= [
'interface'
,
'filestore'
,
'sqlstore'
,
'memstore'
,
'nonce'
]