projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
No, I didn't test it before. This is what I meant to do!
[wxWidgets.git]
/
wxPython
/
demo
/
wxFileHistory.py
diff --git
a/wxPython/demo/wxFileHistory.py
b/wxPython/demo/wxFileHistory.py
index 571cb8e9facbb1950272a923ca0c15a6c97d9cb5..8847e2f6792a628b44b45b332b35875314993826 100644
(file)
--- a/
wxPython/demo/wxFileHistory.py
+++ b/
wxPython/demo/wxFileHistory.py
@@
-118,7
+118,7
@@
list appended to a menu, such as the File menu.
"""
if __name__ == '__main__':
"""
if __name__ == '__main__':
- import os
+ import
sys,
os
import run
import run
- run.main(['', os.path.basename(
__file__
)])
+ run.main(['', os.path.basename(
sys.argv[0]
)])