From 1dd0ebca641b647d0ce30d092e5c21be28c37445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 1 Dec 2012 11:52:17 +0000 Subject: [PATCH] update to new root dir ('src' to 'gramps') svn: r20722 --- gramps/gen/db/__init__.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gramps/gen/db/__init__.py b/gramps/gen/db/__init__.py index 59c91ef30..001f613a8 100644 --- a/gramps/gen/db/__init__.py +++ b/gramps/gen/db/__init__.py @@ -38,15 +38,15 @@ The full database hierarchy is: - - B{DbBsddb} - read and write implementation to BSDDB databases (U{gen/db/write}) - - B{DbWriteBase} - virtual and implementation-independent methods for reading data (U{gen/db/base.py}) - - B{DbBsddbRead} - read-only (accessors, getters) implementation to BSDDB databases (U{gen/db/read.py}) - - B{DbDjango} - read and write implementation to Django-based databases (U{web/dbdjango.py}) + - B{DbWriteBase} - virtual and implementation-independent methods for reading data (U{gen/db/base.py}) + - B{DbBsddbRead} - read-only (accessors, getters) implementation to BSDDB databases (U{gen/db/read.py}) + - B{DbDjango} - read and write implementation to Django-based databases (U{web/dbdjango.py