default person no longer forces an integer ID

svn: r245
This commit is contained in:
Don Allingham 2001-07-13 12:47:07 +00:00
parent 38b417b6f8
commit 6e66e34a9c

View File

@ -204,7 +204,7 @@ class GrampsParser(handler.ContentHandler):
#--------------------------------------------------------------------- #---------------------------------------------------------------------
def start_people(self,attrs): def start_people(self,attrs):
if attrs.has_key("default"): if attrs.has_key("default"):
self.tempDefault = int(attrs["default"]) self.tempDefault = attrs["default"]
#--------------------------------------------------------------------- #---------------------------------------------------------------------
# #