From e5d14f59c162a2f02697671172dd27ec8d6ba8dd Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 24 Jan 2010 13:55:39 +0000 Subject: [PATCH] Fixed DbDjango's svn: r14112 --- src/gen/db/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen/db/__init__.py b/src/gen/db/__init__.py index 55e11cff2..1c2576290 100644 --- a/src/gen/db/__init__.py +++ b/src/gen/db/__init__.py @@ -41,7 +41,7 @@ - B{DbReadBase} - virtual and implementation-independent methods for reading data (U{gen/db/base.py}) - - B{DbBDjango} - read and write implementation to Django-based databases (U{web/djangodb.py