summaryrefslogtreecommitdiff
path: root/routes/__init__.py
diff options
context:
space:
mode:
authorbbangert <none@none>2006-02-14 23:05:00 -0800
committerbbangert <none@none>2006-02-14 23:05:00 -0800
commit1653f264f46f3e6f2dfecd084ba8444e2dd3680b (patch)
tree52c2335022f757b815c448073a4a3bbb4aae8352 /routes/__init__.py
parentea81f7493c265b2a0ec32565aac05fd65bc70aa8 (diff)
downloadroutes-1653f264f46f3e6f2dfecd084ba8444e2dd3680b.tar.gz
[svn] Can now generate static routes with args, and semi-relative routes with SCRIPT_NAME, still needs unit tests
--HG-- branch : trunk
Diffstat (limited to 'routes/__init__.py')
-rw-r--r--routes/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/__init__.py b/routes/__init__.py
index 98404e8..dcdea53 100644
--- a/routes/__init__.py
+++ b/routes/__init__.py
@@ -113,4 +113,4 @@ def request_config(original=False):
from base import Mapper
from util import url_for, redirect_to
-__all__=['Mapper', 'url_for', 'redirect_to', 'request_config'] \ No newline at end of file
+__all__=['Mapper', 'url_for', 'redirect_to', 'request_config']