summaryrefslogtreecommitdiff
path: root/index.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-05-05 01:24:16 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-05-05 01:24:16 +0200
commita254c5a36d2d9ccff9d748ab6edb3238fe0d7885 (patch)
tree9ae95757c4f392b34642ddaef037e045cafc6edf /index.py
parenta573cd0dfea5d39598c5900bd958b3b7873a107e (diff)
downloadkosten-a254c5a36d2d9ccff9d748ab6edb3238fe0d7885.tar.gz
kosten-a254c5a36d2d9ccff9d748ab6edb3238fe0d7885.tar.bz2
kosten-a254c5a36d2d9ccff9d748ab6edb3238fe0d7885.zip
Better mappings
Diffstat (limited to 'index.py')
-rwxr-xr-xindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.py b/index.py
index aaf0f75..cb60a95 100755
--- a/index.py
+++ b/index.py
@@ -14,7 +14,7 @@ urls = (
"/const/add/?", controller.ConstAdd,
"/const/edit/(\d+)", controller.ConstEdit,
"/cat/?(/\d+)?", controller.Cat,
- "/(\d\d\d\d)/(\d\d)", controller.Show,
+ "/(\d\d\d\d)/(\d\d?)/?", controller.Show,
"/", controller.Show,
"/(.*)", controller.FourOhFour
)