summaryrefslogtreecommitdiff
path: root/paste/pony.py
diff options
context:
space:
mode:
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)