Przeglądaj źródła

Don't need to be passed stuff..

John Carr 16 lat temu
rodzic
commit
79cfca5155
1 zmienionych plików z 3 dodań i 0 usunięć
  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,