예제 #1
0
 def remove_share(self, repo_id, from_username, to_username):
     return seafserv_threaded_rpc.remove_share(repo_id, from_username,
                                               to_username)
예제 #2
0
파일: api.py 프로젝트: miurahr/seafile
 def remove_share(self, repo_id, from_username, to_username):
     return seafserv_threaded_rpc.remove_share(repo_id, from_username,
                                               to_username)