summaryrefslogtreecommitdiff
path: root/paste/lint.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/lint.py
parente4815ce24daa232d588d588490b214b079890451 (diff)
downloadpaste-96644d94fd727e919d6a3d52998f276c90cbf770.tar.gz
Add docstring for all the entry points
Diffstat (limited to 'paste/lint.py')
-rw-r--r--paste/lint.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/paste/lint.py b/paste/lint.py
index 908befb..63c216f 100644
--- a/paste/lint.py
+++ b/paste/lint.py
@@ -430,4 +430,6 @@ def make_middleware(application, global_conf):
# and isolated here
return middleware(application)
+make_middleware.__doc__ = __doc__
+
__all__ = ['middleware', 'make_middleware']