tests/win32/wxGlade/Python@python/python.xml
author laurent
Mon, 21 Sep 2009 12:00:52 +0200
changeset 397 6a7ff66a811d
parent 385 49cd52914a6f
permissions -rw-r--r--
Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized
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
]]>
49cd52914a6f Updating windows test for new python plugin and svgui module
laurent
parents:
diff changeset
     9
</Python>