]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/PyShellWindow.py
merged 2.2 branch
[wxWidgets.git] / wxPython / demo / PyShellWindow.py
diff --git a/wxPython/demo/PyShellWindow.py b/wxPython/demo/PyShellWindow.py
new file mode 100644 (file)
index 0000000..1f68ed8
--- /dev/null
@@ -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__