author | laurent |
Fri, 04 Sep 2009 17:33:51 +0200 | |
changeset 392 | 6617d3fb43e2 |
parent 385 | 49cd52914a6f |
permissions | -rw-r--r-- |
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> |