author | laurent |
Wed, 02 Sep 2009 13:38:47 +0200 | |
changeset 386 | 2932b0dd437c |
parent 371 | b7cb57a2da08 |
permissions | -rw-r--r-- |
371 | 1 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 |
<Python xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="python_xsd.xsd"> |
|
3 |
<![CDATA[import time,sys |
|
4 |
def myprintfunc(arg): |
|
5 |
print arg |
|
6 |
sys.stdout.flush() |
|
7 |
return arg]]> |
|
8 |
</Python> |