diff options
author | Robert Brewer <fumanchu@aminus.org> | 2006-09-08 18:09:59 +0000 |
---|---|---|
committer | Robert Brewer <fumanchu@aminus.org> | 2006-09-08 18:09:59 +0000 |
commit | 8dec61a7d925828b44cc00bf8dafdd7380651dfb (patch) | |
tree | f27763788c65c9cc0eb7f6f74907ee9aeef46fbf /cherrypy/lib/wsgiapp.py | |
parent | ef8e4c096e268dc9b35daee065e516ca0016bfaf (diff) | |
download | cherrypy-git-8dec61a7d925828b44cc00bf8dafdd7380651dfb.tar.gz |
Test support for wsgiref.validate (new '--validate' arg to test.py), plus a couple minor fixes based on the first validation run.
Diffstat (limited to 'cherrypy/lib/wsgiapp.py')
-rw-r--r-- | cherrypy/lib/wsgiapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/lib/wsgiapp.py b/cherrypy/lib/wsgiapp.py index 3f6df4df..bdf3f703 100644 --- a/cherrypy/lib/wsgiapp.py +++ b/cherrypy/lib/wsgiapp.py @@ -1,4 +1,4 @@ -"""a WSGI application tool for CherryPy""" +"""A CherryPy tool for hosting a foreign WSGI application.""" import sys |