Esempio 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)
Esempio 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 = []