Mercurial
Mercurial
>
beremiz
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
tests/wxGlade/runtime.py
author
etisserant
Mon, 19 Jan 2009 08:40:09 +0100
changeset 306
d73d30b1095f
parent 305
6d2cc92eee0b
permissions
-rw-r--r--
Enahced python_cwiid test with a wxGlade GUI
305
6d2cc92eee0b
Added wxGlade test
etisserant
parents:
diff
changeset
1
import time,sys
6d2cc92eee0b
Added wxGlade test
etisserant
parents:
diff
changeset
2
def myprintfunc(arg):
6d2cc92eee0b
Added wxGlade test
etisserant
parents:
diff
changeset
3
print arg
6d2cc92eee0b
Added wxGlade test
etisserant
parents:
diff
changeset
4
sys.stdout.flush()
6d2cc92eee0b
Added wxGlade test
etisserant
parents:
diff
changeset
5
return arg