projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Committing in .
[wxWidgets.git]
/
wxPython
/
demo
/
MVCTree.py
diff --git
a/wxPython/demo/MVCTree.py
b/wxPython/demo/MVCTree.py
index 93071461dfa46cc0de35d3d51d7687e9a11d2291..3f1f5256331dc7256de026dd572d7d626e3f4b33 100644
(file)
--- a/
wxPython/demo/MVCTree.py
+++ b/
wxPython/demo/MVCTree.py
@@
-75,4
+75,4
@@
demo, to avoid accidentally renaming files!
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:]
)