projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
some people disliked the asterisks in wxDebugReport dialog, removed (patch 1491869)
[wxWidgets.git]
/
wxPython
/
demo
/
PythonEvents.py
diff --git
a/wxPython/demo/PythonEvents.py
b/wxPython/demo/PythonEvents.py
index 55b583939a145ab3d2aa4c6d2eaad88ab4d199ca..b65a9183e61861771ba0a6d95f09bf515cd175a3 100644
(file)
--- a/
wxPython/demo/PythonEvents.py
+++ b/
wxPython/demo/PythonEvents.py
@@
-1,7
+1,3
@@
-# 11/13/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-#
import sys
import sys
@@
-108,5
+104,5
@@
is required if you used the *.Bind() method of setting up event handlers.
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:]
)