diff options
Diffstat (limited to 'test/python/environment/wsgi.py')
-rw-r--r-- | test/python/environment/wsgi.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/python/environment/wsgi.py b/test/python/environment/wsgi.py index fa3a1d2b..d1564f29 100644 --- a/test/python/environment/wsgi.py +++ b/test/python/environment/wsgi.py @@ -1,5 +1,6 @@ import os + def application(env, start_response): body = '' vars = env.get('HTTP_X_VARIABLES').split(',') |