diff options
Diffstat (limited to 'test/python/restart/v1.py')
-rw-r--r-- | test/python/restart/v1.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/python/restart/v1.py b/test/python/restart/v1.py index 2e45b269..08f7dd64 100644 --- a/test/python/restart/v1.py +++ b/test/python/restart/v1.py @@ -1,5 +1,3 @@ -import os - def application(environ, start_response): body = "v1".encode() |