summaryrefslogtreecommitdiff
path: root/tests/cgiapp_data/ok.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cgiapp_data/ok.cgi')
-rwxr-xr-xtests/cgiapp_data/ok.cgi9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/cgiapp_data/ok.cgi b/tests/cgiapp_data/ok.cgi
index 8b8eb29..d03f0b9 100755
--- a/tests/cgiapp_data/ok.cgi
+++ b/tests/cgiapp_data/ok.cgi
@@ -1,6 +1,5 @@
#!/usr/bin/env python
-
-print 'Content-type: text/html; charset=UTF-8'
-print 'Status: 200 Okay'
-print
-print 'This is the body'
+print('Content-type: text/html; charset=UTF-8')
+print('Status: 200 Okay')
+print('')
+print('This is the body')