default person no longer forces an integer ID
svn: r245
This commit is contained in:
parent
38b417b6f8
commit
6e66e34a9c
@ -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"]
|
||||||
|
|
||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user