projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add width and precision params for wxGridCellFloatEditor
[wxWidgets.git]
/
wxPython
/
demo
/
TreeListCtrl.py
diff --git
a/wxPython/demo/TreeListCtrl.py
b/wxPython/demo/TreeListCtrl.py
index 9295a09e96ff0bff0ef14e080d098da2819b82b4..de7fe1b11dd5df0dd7c0ee8008d60c57e75972ed 100644
(file)
--- a/
wxPython/demo/TreeListCtrl.py
+++ b/
wxPython/demo/TreeListCtrl.py
@@
-113,5
+113,5
@@
if __name__ == '__main__':
#raw_input("Press enter...")
import sys,os
import run
#raw_input("Press enter...")
import sys,os
import run
- run.main(['', os.path.basename(sys.argv[0])])
+ run.main(['', os.path.basename(sys.argv[0])]
+ sys.argv[1:]
)