]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/demo/PyShellWindow.py
fixed the last of the off-by-one errors (some are refixed, again...)
[wxWidgets.git] / wxPython / demo / PyShellWindow.py
... / ...
CommitLineData
1
2
3from wxPython.lib.pyshell import PyShellWindow
4
5#----------------------------------------------------------------------
6
7def runTest(frame, nb, log):
8 win = PyShellWindow(nb, -1)
9 return win
10
11#----------------------------------------------------------------------
12
13import wxPython.lib.pyshell
14
15overview = wxPython.lib.pyshell.__doc__