From 69fa28031dc8e3c73fc6114552c2139e6dac6672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 26 Nov 2009 01:09:35 +0100 Subject: Memory caching is of no use and just makes problems. This reverts commit 54e99bd780bc46ef38a6840eb0ea5a0a8a73e1c9. --- index.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'index.py') diff --git a/index.py b/index.py index c2b2a36..a6775f3 100755 --- a/index.py +++ b/index.py @@ -43,9 +43,7 @@ class Renderer: return os.path.join("pages", tpl) -urls = ( - "/(.*)", "Handler" - ) +urls = ("/(.*)", "Handler") app = web.application(urls, globals()) render = Renderer() -- cgit v1.2.3