Fix of issue 3642.

svn: r14506
This commit is contained in:
Peter Landgren 2010-02-27 13:30:11 +00:00
parent 3fb9d1fcae
commit 88c481ce2b

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)