##// END OF EJS Templates
code garden, pep8
marcink -
r1978:164199e4 beta
parent child Browse files
Show More
@@ -39,6 +39,9 b' class BaseVCSController(object):'
39 self.authenticate = AuthBasicAuthenticator('', authfunc)
39 self.authenticate = AuthBasicAuthenticator('', authfunc)
40 self.ipaddr = '0.0.0.0'
40 self.ipaddr = '0.0.0.0'
41
41
42 def _handle_request(self, environ, start_response):
43 raise NotImplementedError()
44
42 def _get_by_id(self, repo_name):
45 def _get_by_id(self, repo_name):
43 """
46 """
44 Get's a special pattern _<ID> from clone url and tries to replace it
47 Get's a special pattern _<ID> from clone url and tries to replace it
General Comments 0
You need to be logged in to leave comments. Login now