X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17d598b270a648fa3ad1ae6f0c5298cd5c039ec1..9239ff22aec593aae93f790e3b6f812a31d0f0c7:/wxPython/scripts/pyshell diff --git a/wxPython/scripts/pyshell b/wxPython/scripts/pyshell new file mode 100755 index 0000000000..ee9e9228b7 --- /dev/null +++ b/wxPython/scripts/pyshell @@ -0,0 +1,4 @@ +#!/usr/bin/env python + +from wxPython.lib.PyCrust.PyShellApp import main +main()