X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a693e6e0460b6b3c32e4b6f114a3ab7b7cd24ea..f6bcfd974ef26faf6f91a62cac09827e09463fd1:/wxPython/demo/PyShellWindow.py diff --git a/wxPython/demo/PyShellWindow.py b/wxPython/demo/PyShellWindow.py new file mode 100644 index 0000000000..1f68ed8be6 --- /dev/null +++ b/wxPython/demo/PyShellWindow.py @@ -0,0 +1,15 @@ + + +from wxPython.lib.pyshell import PyShellWindow + +#---------------------------------------------------------------------- + +def runTest(frame, nb, log): + win = PyShellWindow(nb, -1) + return win + +#---------------------------------------------------------------------- + +import wxPython.lib.pyshell + +overview = wxPython.lib.pyshell.__doc__