예제 #1
0
 def get_emailuser_with_import(self, email):
     """
     The same as get_emailuser() but import the user from LDAP if it was not
     imported yet.
     """
     return ccnet_threaded_rpc.get_emailuser_with_import(email)
예제 #2
0
파일: api.py 프로젝트: airbai/seafile
 def get_emailuser_with_import(self, email):
     """
     The same as get_emailuser() but import the user from LDAP if it was not
     imported yet.
     """
     return ccnet_threaded_rpc.get_emailuser_with_import(email)