From 91d49b8c5e4e013d0744b95ac360e1b5169665a4 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sat, 6 May 2006 02:35:47 +0000 Subject: [PATCH] 2006-05-05 Don Allingham * src/Editors/_EditFamily.py: import ChildModel svn: r6558 --- ChangeLog | 3 +++ src/Editors/_EditFamily.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 81a5058b0..6489a021f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-05-05 Don Allingham + * src/Editors/_EditFamily.py: import ChildModel + 2006-05-05 Alex Roitman * src/UndoHistory.py: Add new file. * src/ViewManager.py: undo history support. diff --git a/src/Editors/_EditFamily.py b/src/Editors/_EditFamily.py index 603b2f429..25588e762 100644 --- a/src/Editors/_EditFamily.py +++ b/src/Editors/_EditFamily.py @@ -76,7 +76,7 @@ from PluginUtils import ReportUtils from DdTargets import DdTargets from DisplayTabs import \ EmbeddedList,EventEmbedList,SourceEmbedList,FamilyAttrEmbedList,\ - NoteTab,GalleryTab,FamilyLdsEmbedList + NoteTab,GalleryTab,FamilyLdsEmbedList, ChildModel from GrampsWidgets import * #from ObjectSelector import PersonSelector,PersonFilterSpec