diff options
author | Robert Brewer <fumanchu@aminus.org> | 2006-03-31 18:23:53 +0000 |
---|---|---|
committer | Robert Brewer <fumanchu@aminus.org> | 2006-03-31 18:23:53 +0000 |
commit | 37b05dc41202b7e306d33833d66e520b27940fa9 (patch) | |
tree | 63310d09f894377bcccd104f85b7eb315aa58313 /cherrypy/test/modpy.py | |
parent | f6892ae82074d0cc42a04f443f206b887656ba81 (diff) | |
download | cherrypy-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.py | 2 |
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 """ |