Repository URL to install this package:
|
Version:
2.0.17 ▾
|
def application(env, start_response):
start_response('200 OK', [('Content-Type', 'text/html')])
return env['SCRIPT_NAME']