]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/PyShell.py
merged 2.2 branch
[wxWidgets.git] / utils / wxPython / demo / PyShell.py
diff --git a/utils/wxPython/demo/PyShell.py b/utils/wxPython/demo/PyShell.py
deleted file mode 100644 (file)
index 41edebf..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-from wxPython.wx import *
-from wxPython.lib.shell import PyShell
-
-#----------------------------------------------------------------------
-
-
-def runTest(frame, nb, log):
-    win = PyShell(nb)
-    win.Show(true)
-    return win
-
-
-#----------------------------------------------------------------------
-
-
-overview = """
-A simple GUI version of the interactive interpreter.
-"""
-