예제 #1
0
 def get_emailuser_by_id(self, user_id):
     """
     Get a user from local database with the db index id.
     """
     return ccnet_threaded_rpc.get_emailuser_by_id(user_id)
예제 #2
0
파일: api.py 프로젝트: airbai/seafile
 def get_emailuser_by_id(self, user_id):
     """
     Get a user from local database with the db index id.
     """
     return ccnet_threaded_rpc.get_emailuser_by_id(user_id)