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
/
SpinButton.py
diff --git
a/wxPython/demo/SpinButton.py
b/wxPython/demo/SpinButton.py
index 9f09e5d8f2b2be8c16e6881eb30cc58713c64d8f..4366d3c9d88518ba854486bbf11deaf789e67a03 100644
(file)
--- a/
wxPython/demo/SpinButton.py
+++ b/
wxPython/demo/SpinButton.py
@@
-54,4
+54,4
@@
range is supported.
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:]
)