projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxOS2 night build warning fixes.
[wxWidgets.git]
/
wxPython
/
demo
/
Choicebook.py
diff --git
a/wxPython/demo/Choicebook.py
b/wxPython/demo/Choicebook.py
index de304a996eb0acf1f0cb5c6021ea952c7bf57d07..4b92842e82a5da16170e7e8f65394a867b94a1d0 100644
(file)
--- a/
wxPython/demo/Choicebook.py
+++ b/
wxPython/demo/Choicebook.py
@@
-14,8
+14,7
@@
pageTexts = [ "Yet",
class TestCB(wx.Choicebook):
def __init__(self, parent, id, log):
class TestCB(wx.Choicebook):
def __init__(self, parent, id, log):
- wx.Choicebook.__init__(self, parent, id
- )
+ wx.Choicebook.__init__(self, parent, id)
self.log = log
# Now make a bunch of panels for the choice book
self.log = log
# Now make a bunch of panels for the choice book