pkgsrc/databases/gramps3/patches/patch-af
gdt f26c6a18fb Add gramps 3.0.1. Note that gramps3 has a new database format, so
gramps2 should remain for a long time.


GRAMPS (Genealogical Research and Analysis Management Programming System)
is a personal genealogy program. It provides a graphical interface for
recording genealogical research.

GRAMPS can import GEDCOM format and export to GEDCOM and Web Family Tree.
It can generate book reports, ancestor charts, relationship graphs, timelines,
Ahnentafel reports, websites, and various other comprehensive reports
in various documentation formats.

GRAMPS can also include extra media types (like JPEG images and audio
files), record sources of information, and keep track of locations
(place names).
2008-06-18 22:21:12 +00:00

13 lines
416 B
Text

$NetBSD$
--- src/plugins/Leak.py.orig 2008-05-17 16:14:56.000000000 -0400
+++ src/plugins/Leak.py
@@ -31,7 +31,7 @@ Show uncollected objects in a window.
#------------------------------------------------------------------------
import os
from gettext import gettext as _
-from bsddb.db import DBError
+from bsddb3.db import DBError
#------------------------------------------------------------------------
#