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