summaryrefslogtreecommitdiff
path: root/routes/__init__.py
diff options
context:
space:
mode:
authorbbangert <none@none>2005-10-05 10:04:00 -0700
committerbbangert <none@none>2005-10-05 10:04:00 -0700
commit20dbd80d0262869f3378597d7152dab7a6104de8 (patch)
tree5aecd64cb11bfe9df040e16b6f4ded6355c11ed9 /routes/__init__.py
parent0065d50c98de7de8ed0269596b8776b969738d54 (diff)
downloadroutes-20dbd80d0262869f3378597d7152dab7a6104de8.tar.gz
[svn] Tweak for exporting the symbols
--HG-- branch : trunk
Diffstat (limited to 'routes/__init__.py')
-rw-r--r--routes/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/__init__.py b/routes/__init__.py
index a555888..94270fa 100644
--- a/routes/__init__.py
+++ b/routes/__init__.py
@@ -22,3 +22,4 @@ def request_config():
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