summaryrefslogtreecommitdiff
path: root/paste/pony.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-10-20 19:17:23 +0000
committerianb <devnull@localhost>2006-10-20 19:17:23 +0000
commit96644d94fd727e919d6a3d52998f276c90cbf770 (patch)
tree2e44477c0d1af2af22b76123841814431e5c0017 /paste/pony.py
parente4815ce24daa232d588d588490b214b079890451 (diff)
downloadpaste-96644d94fd727e919d6a3d52998f276c90cbf770.tar.gz
Add docstring for all the entry points
Diffstat (limited to 'paste/pony.py')
-rw-r--r--paste/pony.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/paste/pony.py b/paste/pony.py
index a8446d6..904b8ee 100644
--- a/paste/pony.py
+++ b/paste/pony.py
@@ -28,5 +28,8 @@ class PonyMiddleware(object):
return self.application(environ, start_response)
def make_pony(app, global_conf):
+ """
+ Adds pony power to any application, at /pony
+ """
return PonyMiddleware(app)