projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unfortunatelly compiler does not know which bits play here and still warns about...
[wxWidgets.git]
/
wxPython
/
demo
/
Unicode.py
diff --git
a/wxPython/demo/Unicode.py
b/wxPython/demo/Unicode.py
index 8aed883bf1045e6f3fa9ee64e61f8880ef0a1ffc..3b15a18794cb120d2e5645777b88cdc8a1dcc09e 100644
(file)
--- a/
wxPython/demo/Unicode.py
+++ b/
wxPython/demo/Unicode.py
@@
-1,7
+1,3
@@
-# 11/13/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-#
import wx
import wx
@@
-149,5
+145,5
@@
and then pass the unicode to the wxPython method.
if __name__ == '__main__':
import sys,os
import run
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:]
)