projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
more wxMBConv classes cleanup, define wxConvLibc to use Win32 API under Windows
[wxWidgets.git]
/
wxPython
/
demo
/
Threads.py
diff --git
a/wxPython/demo/Threads.py
b/wxPython/demo/Threads.py
index 4c165eeb89ff8414d43c13978672dbf8647a31e7..05883731b9d21a5690c06357ee7eb5df6a33e0af 100644
(file)
--- a/
wxPython/demo/Threads.py
+++ b/
wxPython/demo/Threads.py
@@
-244,3
+244,11
@@
ProcessEvent does, it processes it later from the context of the GUI
thread.
"""
+
+
+
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])
+