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)