diff --git a/src/python/scripts/pyrte_test1.py b/src/python/scripts/pyrte_test1.py new file mode 100755 index 0000000000000000000000000000000000000000..8913fde2590b28fb9bf2eee3db53f652b0c6a919_c3JjL3B5dGhvbi9zY3JpcHRzL3B5cnRlX3Rlc3QxLnB5 --- /dev/null +++ b/src/python/scripts/pyrte_test1.py @@ -0,0 +1,6 @@ +import wasd +while wasd.cgiplus_begin(True): + print 'Content-type: text/html' + print '' + wasd.write(None) + print '<h1><i>hello world!</i></h1>'