From: Fredrik Tolf Date: Sun, 29 Mar 2015 14:57:58 +0000 (+0200) Subject: Including compound indices in __all__. X-Git-Url: http://dolda2000.com/gitweb/?p=didex.git;a=commitdiff_plain;h=fed04312788aef5e52e5549fe5325988d2bb56eb Including compound indices in __all__. --- diff --git a/didex/values.py b/didex/values.py index 9a501eb..8479d42 100644 --- a/didex/values.py +++ b/didex/values.py @@ -2,7 +2,7 @@ import threading from . import store, lib, index from .store import storedesc -__all__ = ["simple", "multi"] +__all__ = ["simple", "multi", "compound"] class cursor(lib.closable): def __init__(self, bk, st):