tests/python/python@python/python.xml
changeset 366 cd90e4c10261
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/python/python@python/python.xml	Wed Jul 29 15:17:10 2009 +0200
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<Python xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="python_xsd.xsd">
+<![CDATA[import time,sys
+def myprintfunc(arg):
+    print arg
+    sys.stdout.flush()
+    return arg]]>
+</Python>