From 94d75e2f9f2957bd18d54d64b3a8c5aa048ebdd7 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Mon, 13 Aug 2012 13:15:58 +0200 Subject: [PATCH] Fix doc generation --- replay/db/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/replay/db/__init__.py b/replay/db/__init__.py index 3aa485c..2326238 100644 --- a/replay/db/__init__.py +++ b/replay/db/__init__.py @@ -45,3 +45,5 @@ def type(): # these are required for the dbmanage.py driver from .query import Database from .commands import add_commands + +__all__ = ['Database',] -- GitLab