changeset 1978:164199e476e9 beta

code garden, pep8
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 02 Feb 2012 00:32:15 +0200
parents 3b0255d936c8
children 3dbf0ff5fc2b
files rhodecode/lib/base.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/base.py	Thu Feb 02 00:31:16 2012 +0200
+++ b/rhodecode/lib/base.py	Thu Feb 02 00:32:15 2012 +0200
@@ -39,6 +39,9 @@
         self.authenticate = AuthBasicAuthenticator('', authfunc)
         self.ipaddr = '0.0.0.0'
 
+    def _handle_request(self, environ, start_response):
+        raise NotImplementedError()
+
     def _get_by_id(self, repo_name):
         """
         Get's a special pattern _<ID> from clone url and tries to replace it