X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9694b21a4da9d2f79fec7b0776fd18bd4b15220a..30e24d9dd5a5abf1c9a375ea259eb239b122b7f7:/wxPython/demo/Choicebook.py diff --git a/wxPython/demo/Choicebook.py b/wxPython/demo/Choicebook.py index de304a996e..4b92842e82 100644 --- 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): - 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