]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/scripts/pyshell
Added pyshell and pycrust scripts
[wxWidgets.git] / wxPython / scripts / pyshell
diff --git a/wxPython/scripts/pyshell b/wxPython/scripts/pyshell
new file mode 100755 (executable)
index 0000000..ee9e922
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+
+from wxPython.lib.PyCrust.PyShellApp import main
+main()