Fix of issue 3642.
svn: r14505
This commit is contained in:
parent
ab0021c02b
commit
b69ee2b401
@ -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…
x
Reference in New Issue
Block a user