Ejemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     super(ContactsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log('hapi.contacts')
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     super(LeadsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log('hapi.leads')
Ejemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     super(LeadsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log('hapi.leads')
Ejemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     super(ContactsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log('hapi.contacts')