projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
test program improvements (patch 927429)
[wxWidgets.git]
/
wxPython
/
demo
/
Grid_MegaExample.py
diff --git
a/wxPython/demo/Grid_MegaExample.py
b/wxPython/demo/Grid_MegaExample.py
index f6d6a503fdc5310cb55e93037ddbb3095ff3de1c..6c458ef0e208503eecbfd42868167046a588d5e9 100644
(file)
--- a/
wxPython/demo/Grid_MegaExample.py
+++ b/
wxPython/demo/Grid_MegaExample.py
@@
-479,5
+479,5
@@
behavior and various hacks.
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:]
)