]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/demo/PyCrust.py
3 from wxPython
.lib
.PyCrust
import shell
, version
6 #----------------------------------------------------------------------
8 intro
= 'Welcome To PyCrust %s - The Flakiest Python Shell' % version
.VERSION
10 def runTest(frame
, nb
, log
):
11 win
= shell
.Shell(nb
, -1, introText
=intro
)
14 #----------------------------------------------------------------------
16 overview
= shell
.__doc
__
19 if __name__
== '__main__':
22 run
.main(['', os
.path
.basename(sys
.argv
[0])])