tests/python/python@py_ext/py_ext.xml
author Edouard Tisserant
Sat, 12 May 2012 12:11:42 +0200
changeset 729 25054c592dc4
parent 728 e0424e96e3fd
child 734 5c42cafaee15
permissions -rw-r--r--
refactoring - c_ext stripped first stage
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Python xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="py_ext_xsd.xsd">
<![CDATA[import time,sys
def myprintfunc(arg):
    print arg
    sys.stdout.flush()
    return arg]]>
</Python>