author | etisserant |
Sun, 04 Jan 2009 17:30:34 +0100 | |
changeset 287 | 5b3083695c8c |
parent 283 | d0e6fc0701fb |
child 291 | 701c0601db02 |
permissions | -rw-r--r-- |
283
d0e6fc0701fb
Added "runtime.py", a file that is executed in python thread in runtime, before handling python_eval FBs requests. Added small python editor taken from wxPython demo, and appropriate icon and button to launch it.
etisserant
parents:
diff
changeset
|
1 |
import time |
d0e6fc0701fb
Added "runtime.py", a file that is executed in python thread in runtime, before handling python_eval FBs requests. Added small python editor taken from wxPython demo, and appropriate icon and button to launch it.
etisserant
parents:
diff
changeset
|
2 |
def myprintfunc(arg): |
d0e6fc0701fb
Added "runtime.py", a file that is executed in python thread in runtime, before handling python_eval FBs requests. Added small python editor taken from wxPython demo, and appropriate icon and button to launch it.
etisserant
parents:
diff
changeset
|
3 |
print arg |
d0e6fc0701fb
Added "runtime.py", a file that is executed in python thread in runtime, before handling python_eval FBs requests. Added small python editor taken from wxPython demo, and appropriate icon and button to launch it.
etisserant
parents:
diff
changeset
|
4 |
return arg |