diff options
Diffstat (limited to 'test/python/restart')
-rw-r--r-- | test/python/restart/v1.py | 2 | ||||
-rw-r--r-- | test/python/restart/v2.py | 2 |
2 files changed, 0 insertions, 4 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() diff --git a/test/python/restart/v2.py b/test/python/restart/v2.py index 59e3d30f..163d0d17 100644 --- a/test/python/restart/v2.py +++ b/test/python/restart/v2.py @@ -1,5 +1,3 @@ -import os - def application(environ, start_response): body = "v2".encode() |