Including compound indices in __all__.
[didex.git] / didex / db.py
index 316fa02..7435166 100644 (file)
@@ -2,6 +2,8 @@ import time, threading, struct
 from . import lib
 from bsddb3 import db as bd
 
+__all__ = ["environment", "database"]
+
 deadlock = bd.DBLockDeadlockError
 
 class environment(lib.closable):