Fix of issue 3642.

svn: r14505
This commit is contained in:
Peter Landgren 2010-02-27 13:27:33 +00:00
parent ab0021c02b
commit b69ee2b401

View File

@ -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)