projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
really fixed '-' and '+' drawing
[wxWidgets.git]
/
wxPython
/
demo
/
Unicode.py
diff --git
a/wxPython/demo/Unicode.py
b/wxPython/demo/Unicode.py
index c6910a05c444dfc67b4d4cf91a363a7f9cfb8833..ec8a052bf90d87e6a4b523464e84fa46736615af 100644
(file)
--- a/
wxPython/demo/Unicode.py
+++ b/
wxPython/demo/Unicode.py
@@
-139,3
+139,12
@@
and then pass the unicode to the wxPython method.
</body></html>
"""
+
+
+
+
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])
+