Ejemplo n.º 1
0
def __getCustomerId(auth_token):
    try:
        return OU.getCustomerId(auth_token)
    except Exception, e:
        import traceback
        traceback.print_exc()
        return False
Ejemplo n.º 2
0
def getCustomerId(auth_token):
    from GoogleAppsAccountManager.organizationalunit import client
    return client.getCustomerId(auth_token)