X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00b6c4e33bdb2fcc1b56d429653963182608674b..774e63ef5aa5902788f841966133c4a3b470d2a7:/wxPython/demo/PyCrust.py diff --git a/wxPython/demo/PyCrust.py b/wxPython/demo/PyCrust.py index 3c7884151f..feaf9df92e 100644 --- a/wxPython/demo/PyCrust.py +++ b/wxPython/demo/PyCrust.py @@ -14,3 +14,9 @@ def runTest(frame, nb, log): #---------------------------------------------------------------------- overview = shell.__doc__ + + +if __name__ == '__main__': + import run + run.main(['', 'PyCrust']) +