pkgsrc/databases/gramps3/patches/patch-ae
drochner ca238daf0e 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
369 B
Text

$NetBSD: patch-ae,v 1.3 2009/06/04 17:29:41 drochner Exp $
--- src/gen/db/dbdir.py.orig 2008-12-07 07:17:53.000000000 +0100
+++ src/gen/db/dbdir.py
@@ -36,7 +36,7 @@ import time
from types import InstanceType
from gettext import gettext as _
-from bsddb import dbshelve, db
+from bsddb3 import dbshelve, db
import logging
_LOG = logging.getLogger(".GrampsDb")