summaryrefslogtreecommitdiffhomepage
path: root/test/python/path/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/path/wsgi.py')
-rw-r--r--test/python/path/wsgi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/python/path/wsgi.py b/test/python/path/wsgi.py
index 2807f6ef..da7e1ff1 100644
--- a/test/python/path/wsgi.py
+++ b/test/python/path/wsgi.py
@@ -1,6 +1,7 @@
import os
import sys
+
def application(environ, start_response):
body = os.pathsep.join(sys.path).encode()