]> git.saurik.com Git - wxWidgets.git/blame - wxPython/demo/PyShellWindow.py
added destructor (correction for Mac OS X)
[wxWidgets.git] / wxPython / demo / PyShellWindow.py
CommitLineData
f0261a72 1
f0261a72 2
f6bcfd97 3from wxPython.lib.pyshell import PyShellWindow
f0261a72 4
f6bcfd97 5#----------------------------------------------------------------------
f0261a72
RD
6
7def runTest(frame, nb, log):
f6bcfd97 8 win = PyShellWindow(nb, -1)
f0261a72
RD
9 return win
10
f0261a72
RD
11#----------------------------------------------------------------------
12
f6bcfd97 13import wxPython.lib.pyshell
f0261a72 14
f6bcfd97 15overview = wxPython.lib.pyshell.__doc__