Browse Source

Don't need to be passed stuff..

John Carr 16 năm trước cách đây
mục cha
commit
79cfca5155
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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,