From 88c481ce2bddd6f677b997ae6ac6f38b0b0c41a6 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sat, 27 Feb 2010 13:30:11 +0000 Subject: [PATCH] Fix of issue 3642. svn: r14506 --- 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)