summaryrefslogtreecommitdiffhomepage
path: root/test/python/syntax_error/wsgi.py
blob: 0ac759dedf4d680f51d5fc22520622047b4219e6 (plain) (blame)
1
2
3
def application(env, start_response)
    start_response('200', [('Content-Length', '0')])
    return []