tests/svgui/python@python/python.xml
author laurent
Tue, 19 Apr 2011 15:28:35 +0200
changeset 597 6fbfd3bf2927
parent 411 8261c8f1e365
permissions -rw-r--r--
Fix bug in LPCBeremiz marking any newly opened project as modified
<?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>