Rewrite routing.py / get_url_map
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 15 Dec 2012 20:30:13 +0000 (21:30 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 23 Dec 2012 11:26:34 +0000 (12:26 +0100)
commit7880f03e2d9074c151306cbbdd7a247a020d8b55
tree3c8417a2ca8fe139abb0d9fca2aa9f1baa36d617
parent3d9143323019e0793451eac60eef8e55c09f6c47
Rewrite routing.py / get_url_map

Move most of the "init routing" code inside get_url_map().
Maybe not the best solution, but better than running the
init code directly at module load time.
mediagoblin/routing.py