浏览代码

Don't need to be passed stuff..

John Carr 16 年之前
父节点
当前提交
79cfca5155
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      dulwich/client.py

+ 3 - 0
dulwich/client.py

@@ -158,6 +158,9 @@ class TCPGitClient(GitClient):
 
 class SubprocessGitClient(GitClient):
 
+    def __init__(self):
+        pass
+
     def _connect(self, service, *args):
         argv = [service] + list(args)
         proc = subprocess.Popen(argv, bufsize=0,