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