From 4c88fe5a2efc7cc6a5412966aa44fb80f19415aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 3 May 2010 15:43:00 +0200 Subject: Change code to be run in a multiple-app env --- index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.py') diff --git a/index.py b/index.py index 5db7b25..b91418d 100755 --- a/index.py +++ b/index.py @@ -7,8 +7,8 @@ import controller # URL Mappings # urls = ( - "/r/(.*)", "controller.Redirect", - "/(.*)", "controller.Page" + "/r/(.*)", controller.Redirect, + "/(.*)", controller.Page ) # -- cgit v1.2.3