tests/svgui/python@python/python.xml
author Edouard Tisserant
Thu, 06 Oct 2011 22:39:05 +0200
changeset 622 885a224a35be
parent 411 8261c8f1e365
permissions -rw-r--r--
runtime's process cwd should now be the same as provided working dir, fixin permission problem on W7
<?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>