Ejemplo n.º 1
0
 def __init__(self, contacts_security_token, http_proxy=None):
     BaseAddressBook.__init__(self, contacts_security_token)
     SOAPService.__init__(self, SHARING_SERVICE_URL, http_proxy)
Ejemplo n.º 2
0
 def __init__(self, contacts_security_token, http_proxy=None):
     BaseAddressBook.__init__(self, contacts_security_token)
     SOAPService.__init__(self, AB_SERVICE_URL, http_proxy)
     self._contacts_queue = []