Exemplo n.º 1
0
 def update_contacts_from_sugarcrm():
     sugar_sync = SugarSync()
     sugar_sync.update_contacts_from_sugarcrm()
Exemplo n.º 2
0
 def update_contacts_from_sugarcrm():
     sugar_sync = SugarSync()
     sugar_sync.update_contacts_from_sugarcrm()
Exemplo n.º 3
0
def update_contacts_from_sugarcrm():
    if config.SUGAR_SYNC:
        sugar_sync = SugarSync()
        sugar_sync.update_contacts_from_sugarcrm()
Exemplo n.º 4
0
def update_contacts_from_sugarcrm():
    if config.SUGAR_SYNC:
        sugar_sync = SugarSync()
        sugar_sync.update_contacts_from_sugarcrm()