projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixup authorship
[wxWidgets.git]
/
wxPython
/
demo
/
FileHistory.py
diff --git
a/wxPython/demo/FileHistory.py
b/wxPython/demo/FileHistory.py
index 98403b1493bfa3da55a85121b87df7a59dae5f62..ff650b71d31516f4bf37f5064b86fc31f38719e6 100644
(file)
--- a/
wxPython/demo/FileHistory.py
+++ b/
wxPython/demo/FileHistory.py
@@
-139,5
+139,5
@@
associated menu.
if __name__ == '__main__':
import sys,os
import run
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:]
)