tests/linux/test_svgui/python@python/python.xml
author laurent
Tue, 06 Oct 2009 11:13:13 +0200
changeset 404 dbe88e319bdf
parent 371 b7cb57a2da08
permissions -rw-r--r--
Bugs when expanded and collapsing location tree fixed
<?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>