From fed04312788aef5e52e5549fe5325988d2bb56eb Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 29 Mar 2015 16:57:58 +0200 Subject: [PATCH] Including compound indices in __all__. --- didex/values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.11.0