tests/win32/wxGlade/Python@python/python.xml
author laurent
Thu, 08 Oct 2009 11:09:01 +0200
changeset 410 092e33606e51
parent 385 49cd52914a6f
permissions -rw-r--r--
Remove testing printings in svgui module of python plugin
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>