Fix of issue 3642.
svn: r14506
This commit is contained in:
parent
3fb9d1fcae
commit
88c481ce2b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user