summaryrefslogtreecommitdiffhomepage
path: root/test/python/syntax_error/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/syntax_error/wsgi.py')
-rw-r--r--test/python/syntax_error/wsgi.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/python/syntax_error/wsgi.py b/test/python/syntax_error/wsgi.py
new file mode 100644
index 00000000..0ac759de
--- /dev/null
+++ b/test/python/syntax_error/wsgi.py
@@ -0,0 +1,3 @@
+def application(env, start_response)
+ start_response('200', [('Content-Length', '0')])
+ return []