projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
restored accidentally removed code which deselects the previously selected button...
[wxWidgets.git]
/
wxPython
/
demo
/
PyCrust.py
diff --git
a/wxPython/demo/PyCrust.py
b/wxPython/demo/PyCrust.py
index b0c4226e6fa434294aa7a6a585dd728fd6eaaaef..3fd96ebed618e2a7af2998f1c9f40b64751339e9 100644
(file)
--- a/
wxPython/demo/PyCrust.py
+++ b/
wxPython/demo/PyCrust.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
@@
-20,5
+16,5
@@
overview = py.filling.__doc__ + "\n\n" + py.crust.__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:]
)