Mercurial
Mercurial
>
beremiz
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
tests/linux/wxGlade/runtime.py
author
laurent
Wed, 29 Jul 2009 15:17:10 +0200
changeset 366
cd90e4c10261
parent 315
408dd4b44ec8
permissions
-rw-r--r--
Move python evaluator to create a python plugin containing any related python module
315
408dd4b44ec8
Dispatch wxGlade tests in linux and win32 folders
greg
parents:
diff
changeset
1
import time,sys
408dd4b44ec8
Dispatch wxGlade tests in linux and win32 folders
greg
parents:
diff
changeset
2
def myprintfunc(arg):
408dd4b44ec8
Dispatch wxGlade tests in linux and win32 folders
greg
parents:
diff
changeset
3
print arg
408dd4b44ec8
Dispatch wxGlade tests in linux and win32 folders
greg
parents:
diff
changeset
4
sys.stdout.flush()
408dd4b44ec8
Dispatch wxGlade tests in linux and win32 folders
greg
parents:
diff
changeset
5
return arg