Ejemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     HTTPGitRequest.__init__(self, *args, **kwargs)
     self.cached = None
Ejemplo n.º 2
0
 def git_call(environ, start_response):
     req = HTTPGitRequest(environ,
                          start_response,
                          dumb=False,
                          handlers=DEFAULT_HANDLERS)
     return handler(req, backend, mat)
Ejemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     HTTPGitRequest.__init__(self, *args, **kwargs)
     self.cached = None