From eca67c5c3e919c49d6c2c45f5f149686aca3eca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 1 Dec 2012 11:46:54 +0000 Subject: [PATCH] update broken url (url for SVN) svn: r20721 --- 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 f7c883eba..59c91ef30 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