From: richard Date: Thu, 13 Mar 2003 11:06:25 +0000 (+0000) Subject: add access to real db through HTML db X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=61e078034a7af4561c9afb3d1f3602fb866466c7;p=roundup.git add access to real db through HTML db git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1588 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi/templating.py b/roundup/cgi/templating.py index 2fe97ea..0984bc1 100644 --- a/roundup/cgi/templating.py +++ b/roundup/cgi/templating.py @@ -198,6 +198,7 @@ class HTMLDatabase: ''' def __init__(self, client): self._client = client + self._db = client.db # we want config to be exposed self.config = client.db.config