]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/demo/PyCrust.py
1 # 11/13/2003 - Jeff Grimmett (grimmtooth@softhome.net)
3 # o Updated for wx namespace
8 #----------------------------------------------------------------------
10 intro
= 'Welcome To PyCrust %s - The Flakiest Python Shell' % py
.version
.VERSION
12 def runTest(frame
, nb
, log
):
13 win
= py
.crust
.Crust(nb
, intro
=intro
)
16 #----------------------------------------------------------------------
18 overview
= py
.filling
.__doc
__ + "\n\n" + py
.crust
.__doc
__
20 if __name__
== '__main__':
23 run
.main(['', os
.path
.basename(sys
.argv
[0])])