tests/python/runtime.py
changeset 283 d0e6fc0701fb
child 291 701c0601db02
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/python/runtime.py	Tue Dec 30 22:43:48 2008 +0100
@@ -0,0 +1,4 @@
+import time
+def myprintfunc(arg):
+    print arg
+    return arg