summaryrefslogtreecommitdiff
path: root/databases/gramps3/patches/patch-aa
blob: be571b13b428035c3b4d839f6825e51e23d06103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2010/05/18 16:38:53 drochner Exp $

--- src/gui/editors/editfamily.py.orig	2010-03-15 07:21:30.000000000 +0000
+++ src/gui/editors/editfamily.py
@@ -26,7 +26,7 @@
 # python modules
 #
 #-------------------------------------------------------------------------
-from bsddb import db as bsddb_db
+from bsddb3 import db as bsddb_db
 from gen.ggettext import gettext as _
 from DdTargets import DdTargets
 import cPickle as pickle