diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-13 22:17:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-13 22:17:36 +0000 |
commit | fdd568c891e1c71686550a47365b43fa91500d4a (patch) | |
tree | 93a7349ac80e529a17b1c6eb832343296186226a /databases/gramps3 | |
parent | 7fa36cff2f6ff172c1588a38b00d5945803c7c0c (diff) | |
download | pkgsrc-fdd568c891e1c71686550a47365b43fa91500d4a.tar.gz |
Remove unneeded patch after update.
Diffstat (limited to 'databases/gramps3')
-rw-r--r-- | databases/gramps3/patches/patch-bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/gramps3/patches/patch-bb b/databases/gramps3/patches/patch-bb deleted file mode 100644 index a2d05ed8289..00000000000 --- a/databases/gramps3/patches/patch-bb +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-bb,v 1.2 2009/06/04 17:29:41 drochner Exp $ - ---- src/plugins/quickview/all_relations.py.orig 2008-05-17 22:14:56.000000000 +0200 -+++ src/plugins/quickview/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 |