summaryrefslogtreecommitdiff
path: root/cherrypy/test/modpy.py
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2006-03-31 18:23:53 +0000
committerRobert Brewer <fumanchu@aminus.org>2006-03-31 18:23:53 +0000
commit37b05dc41202b7e306d33833d66e520b27940fa9 (patch)
tree63310d09f894377bcccd104f85b7eb315aa58313 /cherrypy/test/modpy.py
parentf6892ae82074d0cc42a04f443f206b887656ba81 (diff)
downloadcherrypy-git-37b05dc41202b7e306d33833d66e520b27940fa9.tar.gz
modpy test helper updated to use "wsgi.application" option (to match latest modpython_gateway).
Diffstat (limited to 'cherrypy/test/modpy.py')
-rw-r--r--cherrypy/test/modpy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/test/modpy.py b/cherrypy/test/modpy.py
index 128ac5b1..1e894395 100644
--- a/cherrypy/test/modpy.py
+++ b/cherrypy/test/modpy.py
@@ -46,7 +46,7 @@ SetHandler python-program
PythonFixupHandler cherrypy.test.modpy::handler
PythonOption testmod %s
PythonHandler modpython_gateway::handler
-PythonOption application cherrypy._cpwsgi::wsgiApp
+PythonOption wsgi.application cherrypy._cpwsgi::wsgiApp
PythonDebug On
"""