author | 'Laurent Bessard <laurent.bessard@lolitech.fr>' |
Mon, 21 Sep 2009 12:12:08 +0200 | |
changeset 398 | 31d08063b5d6 |
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> |