summaryrefslogtreecommitdiff
path: root/routes/__init__.py
diff options
context:
space:
mode:
authorbbangert <none@none>2005-11-16 15:45:20 -0800
committerbbangert <none@none>2005-11-16 15:45:20 -0800
commit4754b312a7b4c275d58ec0e414e67bb7ea273976 (patch)
treecf6eaf74a1eac9c79cf76f9b872ed2bcdb25ffa7 /routes/__init__.py
parent15c6aff11602c90ee00412bfa64f79c3e86f5be2 (diff)
downloadroutes-4754b312a7b4c275d58ec0e414e67bb7ea273976.tar.gz
[svn] Pudge doc updates
--HG-- branch : trunk
Diffstat (limited to 'routes/__init__.py')
-rw-r--r--routes/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/routes/__init__.py b/routes/__init__.py
index 94270fa..8f63987 100644
--- a/routes/__init__.py
+++ b/routes/__init__.py
@@ -1,3 +1,8 @@
+"""
+Provides common classes and functions most users will want access to.
+
+"""
+
import threadinglocal, sys
if sys.version < '2.4':