]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/PyShellWindow.py
Deprecated PyShell and PyShellWindow, added a snapshot of PyCrust.
[wxWidgets.git] / wxPython / demo / PyShellWindow.py
diff --git a/wxPython/demo/PyShellWindow.py b/wxPython/demo/PyShellWindow.py
deleted file mode 100644 (file)
index 1f68ed8..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-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__