pkgsrc/databases/gramps3/patches/patch-bb
drochner bcd33505d3 -make it work with Python-2.4
-remove obsolete dependency on GConf2
-register desktop file
bump PKGREVISION
approved by gdt
2008-06-23 15:44:14 +00:00

13 lines
450 B
Text

$NetBSD: patch-bb,v 1.1 2008/06/23 15:44:14 drochner Exp $
--- src/plugins/all_relations.py.orig 2008-05-17 22:14:56.000000000 +0200
+++ src/plugins/all_relations.py
@@ -47,7 +47,7 @@ def run(database, document, person):
report = AllRelReport(database, document, person)
report.run()
-class AllRelReport():
+class AllRelReport:
"""
Obtains all relationships, displays the relations, and in details, the
relation path