]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/demo/PyCrust.py
3 from wxPython
.lib
.PyCrust
import PyCrustShell
, PyCrustEditor
, PyCrustVersion
6 #----------------------------------------------------------------------
8 intro
= 'Welcome To PyCrust %s - The Flakiest Python Shell' % PyCrustVersion
.version
10 def runTest(frame
, nb
, log
):
11 shell
= PyCrustShell
.Shell(nb
, intro
)
14 #----------------------------------------------------------------------
16 overview
= PyCrustShell
.__doc
__