7261: Import GEDCOM file from MyHeritage, added __str__ to Attribute
This commit is contained in:
		@@ -67,6 +67,9 @@ class AttributeRoot(SecondaryObject, PrivacyBase):
 | 
			
		||||
        self.type = None
 | 
			
		||||
        self.value = None
 | 
			
		||||
 | 
			
		||||
    def __str__(self):
 | 
			
		||||
        return str(self.value)
 | 
			
		||||
 | 
			
		||||
    def serialize(self):
 | 
			
		||||
        """
 | 
			
		||||
        Convert the object to a serialized tuple of data.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user