Ejemplo n.º 1
0
 def get_file_id_by_commit_and_path(self, repo_id, commit_id, path):
     return seafserv_threaded_rpc.get_file_id_by_commit_and_path(
         repo_id, commit_id, path)
Ejemplo n.º 2
0
 def get_file_id_by_commit_and_path(self, repo_id, commit_id, path):
     return seafserv_threaded_rpc.get_file_id_by_commit_and_path(repo_id,
                                                                 commit_id, path)