From b69ee2b4013b692d976a10e769e1d452307dc078 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sat, 27 Feb 2010 13:27:33 +0000 Subject: [PATCH] Fix of issue 3642. svn: r14505 --- src/gui/editors/editchildref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/editors/editchildref.py b/src/gui/editors/editchildref.py index 16ac9e126..e408f67b2 100644 --- a/src/gui/editors/editchildref.py +++ b/src/gui/editors/editchildref.py @@ -166,7 +166,7 @@ class EditChildRef(EditSecondary): def edit_child(self, obj,event): if button_activated(event, _LEFT_BUTTON): - from _EditPerson import EditPerson + from editperson import EditPerson handle = self.obj.ref try: person = self.db.get_person_from_handle(handle)