projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Invalidate cache because best size was calculated earlier
[wxWidgets.git]
/
wxPython
/
demo
/
PyShell.py
diff --git
a/wxPython/demo/PyShell.py
b/wxPython/demo/PyShell.py
index 99d88ce0781c88d3792b0fa3cec4d558a873764f..0c9fa949c0516758b47b759d278bf9f1cef8128f 100644
(file)
--- a/
wxPython/demo/PyShell.py
+++ b/
wxPython/demo/PyShell.py
@@
-1,7
+1,3
@@
-# 11/13/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-#
import wx.py as py
import wx.py as py
@@
-21,5
+17,5
@@
overview = py.shell.__doc__
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:]
)