Explorar o código

Don't need to be passed stuff..

John Carr %!s(int64=16) %!d(string=hai) anos
pai
achega
79cfca5155
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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,