def __init__(self):
     # dictionary of peers. {pseudo : PeerDescriptor}
     self.peers = {}
     AbstractContactsData.__init__(self)
Ejemplo n.º 2
0
 def __init__(self):
     self.config.add_section(SECTION_OTHERS)
     AbstractContactsData.__init__(self)