summaryrefslogtreecommitdiff
path: root/paste/lint.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-12-30 23:11:24 +0000
committerianb <devnull@localhost>2005-12-30 23:11:24 +0000
commitecb4487cbed394c05f128edbd9c2055e96c19987 (patch)
treebe8fe796d54310db949a57f0a735a8562a03eeee /paste/lint.py
parent93098519511159d7148afdebd0b519eef054346d (diff)
downloadpaste-ecb4487cbed394c05f128edbd9c2055e96c19987.tar.gz
Added a bunch of module docstrings so the module index looks nicer; also marked deprecated modules so they don't show up in the module index that Pudge creates
Diffstat (limited to 'paste/lint.py')
-rw-r--r--paste/lint.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/paste/lint.py b/paste/lint.py
index 496ab6e..079ceb5 100644
--- a/paste/lint.py
+++ b/paste/lint.py
@@ -1,5 +1,8 @@
# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
+"""
+Middleware to check for obedience to the WSGI specification.
+"""
import re
import sys