X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92bbd64f7fc6d489fa7af1193feef7f3308da549..8641d30c71c774ef39c5adceb3adc039e12c34e0:/wxPython/demo/PyCrust.py diff --git a/wxPython/demo/PyCrust.py b/wxPython/demo/PyCrust.py index feaf9df92e..4d2ae22b32 100644 --- a/wxPython/demo/PyCrust.py +++ b/wxPython/demo/PyCrust.py @@ -17,6 +17,7 @@ overview = shell.__doc__ if __name__ == '__main__': + import sys,os import run - run.main(['', 'PyCrust']) + run.main(['', os.path.basename(sys.argv[0])])