X-Git-Url: http://dolda2000.com/gitweb/?p=didex.git;a=blobdiff_plain;f=didex%2Fstore.py;fp=didex%2Fstore.py;h=8008ee51557bc99ec1b8e816e2b59cd31c850ae3;hp=fb5f2c6448411c02796844114058c8355e138ba3;hb=cbf73d3a70b97f17f1f5431eee1e73dbc56a7f8e;hpb=ca180faa157589645754310971bd0af22597f992 diff --git a/didex/store.py b/didex/store.py index fb5f2c6..8008ee5 100644 --- a/didex/store.py +++ b/didex/store.py @@ -2,6 +2,8 @@ import threading, pickle from . import db, index, cache from .db import txnfun +__all__ = ["environment", "store", "autostore"] + class environment(object): def __init__(self, *, path=None, getpath=None, recover=False): if path is not None: