tests/win32/test_svgui/python@python/python.xml
author laurent
Tue, 01 Sep 2009 10:45:07 +0200
changeset 385 49cd52914a6f
permissions -rw-r--r--
Updating windows test for new python plugin and svgui module
385
49cd52914a6f Updating windows test for new python plugin and svgui module
laurent
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
49cd52914a6f Updating windows test for new python plugin and svgui module
laurent
parents:
diff changeset
     2
<Python xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="python_xsd.xsd">
49cd52914a6f Updating windows test for new python plugin and svgui module
laurent
parents:
diff changeset
     3
<![CDATA[import time,sys
49cd52914a6f Updating windows test for new python plugin and svgui module
laurent
parents:
diff changeset
     4
def myprintfunc(arg):
49cd52914a6f Updating windows test for new python plugin and svgui module
laurent
parents:
diff changeset
     5
    print arg
49cd52914a6f Updating windows test for new python plugin and svgui module
laurent
parents:
diff changeset
     6
    sys.stdout.flush()
49cd52914a6f Updating windows test for new python plugin and svgui module
laurent
parents:
diff changeset
     7
    return arg]]>
49cd52914a6f Updating windows test for new python plugin and svgui module
laurent
parents:
diff changeset
     8
</Python>