Exemplo n.º 1
0
 def is_org_staff(self, org_id, user):
     """
     Return non-zero if True, otherwise 0.
     """
     return ccnet_threaded_rpc.is_org_staff(org_id, user)
Exemplo n.º 2
0
 def is_org_staff(self, org_id, user):
     """
     Return non-zero if True, otherwise 0.
     """
     return ccnet_threaded_rpc.is_org_staff(org_id, user)