示例#1
0
 def revert_file(self, repo_id, commit_id, path, username):
     return seafserv_threaded_rpc.revert_file(repo_id, commit_id, path,
                                              username)
示例#2
0
文件: api.py 项目: miurahr/seafile
 def revert_file(self, repo_id, commit_id, path, username):
     return seafserv_threaded_rpc.revert_file(repo_id, commit_id, path, username)