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
lbessard
Fri, 13 Feb 2009 13:58:54 +0100
changeset 314
ad4db7099355
parent 305
6d2cc92eee0b
permissions
-rw-r--r--
Bug with fonts on some systems fixed
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