4436: FindDuplicated tool uses merging

svn: r16283
This commit is contained in:
Doug Blank 2010-12-15 12:21:46 +00:00
parent d0b4fb94f3
commit 0f2c2b5108

View File

@ -640,7 +640,7 @@ def get_name_obj(person):
def get_surnames(name): def get_surnames(name):
"""Construct a full surname of the surnames""" """Construct a full surname of the surnames"""
' '.join([surn.get_surname() for surn in name.get_surname_list()]) return ' '.join([surn.get_surname() for surn in name.get_surname_list()])
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #