projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixup authorship
[wxWidgets.git]
/
wxPython
/
demo
/
Unicode.py
diff --git
a/wxPython/demo/Unicode.py
b/wxPython/demo/Unicode.py
index ac5eca538530c605b4c6e386dee388ee0515fcfd..3b15a18794cb120d2e5645777b88cdc8a1dcc09e 100644
(file)
--- a/
wxPython/demo/Unicode.py
+++ b/
wxPython/demo/Unicode.py
@@
-145,5
+145,5
@@
and then pass the unicode to the wxPython method.
if __name__ == '__main__':
import sys,os
import run
- run.main(['', os.path.basename(sys.argv[0])])
+ run.main(['', os.path.basename(sys.argv[0])]
+ sys.argv[1:]
)