projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Deprecated wx.iewin
[wxWidgets.git]
/
wxPython
/
demo
/
Listbook.py
diff --git
a/wxPython/demo/Listbook.py
b/wxPython/demo/Listbook.py
index 67e82d8f901f4f6db0d0841637a997ed91156541..cc3f2f77d956cc72e50bc28b7199ec8aa76c7826 100644
(file)
--- a/
wxPython/demo/Listbook.py
+++ b/
wxPython/demo/Listbook.py
@@
-112,7
+112,7
@@
wx.ListCtrl instead of a set of tabs.
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:]
)