def __init__(self):
     AbstractPersonalData.__init__(self)
     # dictionary of file. {att_name : att_value}
     self.custom_attributes = {}
 def __init__(self):
     AbstractPersonalData.__init__(self)
     self.config.add_section(SECTION_PERSONAL)
     self.config.add_section(SECTION_CUSTOM)