예제 #1
0
 def revert_dir(self, repo_id, commit_id, path, username):
     return seafserv_threaded_rpc.revert_dir(repo_id, commit_id, path,
                                             username)
예제 #2
0
파일: api.py 프로젝트: miurahr/seafile
 def revert_dir(self, repo_id, commit_id, path, username):
     return seafserv_threaded_rpc.revert_dir(repo_id, commit_id, path, username)