]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/demo/PyCrust.py
   4 #---------------------------------------------------------------------- 
   6 intro 
= 'Welcome To PyCrust %s - The Flakiest Python Shell' % py
.version
.VERSION
 
   8 def runTest(frame
, nb
, log
): 
   9     win 
= py
.crust
.Crust(nb
, intro
=intro
) 
  12 #---------------------------------------------------------------------- 
  14 overview 
= py
.filling
.__doc
__ + "\n\n" + py
.crust
.__doc
__ 
  16 if __name__ 
== '__main__': 
  19     run
.main(['', os
.path
.basename(sys
.argv
[0])])