pkgsrc/databases/gramps3/patches/patch-ag
drochner da089e3c58 update to 3.1.1
This is a major update, many fixes and new features.
Take MAINTAINERship as suggested by the old MAINTAINER.
2009-06-04 17:29:41 +00:00

13 lines
405 B
Text

$NetBSD: patch-ag,v 1.1 2009/06/04 17:29:41 drochner Exp $
--- src/plugins/import/ImportGrdb.py.orig 2009-03-11 15:57:19.000000000 +0100
+++ src/plugins/import/ImportGrdb.py
@@ -35,7 +35,7 @@ import tempfile
from gettext import gettext as _
import cPickle as pickle
import time
-from bsddb import dbshelve, db
+from bsddb3 import dbshelve, db
import logging
__LOG = logging.getLogger(".GrampsDb")