summaryrefslogtreecommitdiffhomepage
path: root/test/python/restart/longstart.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/restart/longstart.py')
-rw-r--r--test/python/restart/longstart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/python/restart/longstart.py b/test/python/restart/longstart.py
index 777398ac..3bc383b7 100644
--- a/test/python/restart/longstart.py
+++ b/test/python/restart/longstart.py
@@ -3,6 +3,7 @@ import time
time.sleep(2)
+
def application(environ, start_response):
body = str(os.getpid()).encode()