From 2c49d1c09e73bdd93afe3699203a5e14f1edaa96 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Fri, 16 Feb 2007 22:12:55 +0000 Subject: [PATCH] svn: r8140 --- src/GrampsDbUtils/_GedcomParse.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GrampsDbUtils/_GedcomParse.py b/src/GrampsDbUtils/_GedcomParse.py index 519488831..5660c997d 100644 --- a/src/GrampsDbUtils/_GedcomParse.py +++ b/src/GrampsDbUtils/_GedcomParse.py @@ -861,6 +861,9 @@ class GedcomParser(UpdateCallback): Finds or creates a repository based on the GRAMPS ID. If the ID is already used (is in the db), we return the item in the db. Otherwise, we create a new repository, assign the handle and GRAMPS ID. + + Some GEDCOM "flavors" destroy the specification, and declare the repository + inline instead of in a object. """ repository = RelLib.Repository() if not gramps_id: