- targetPanel = Tile(self, log, bgColor=wxColour(80,10,10), active=0)
- buttonPanel = wxPanel(self ,-1)
- sizer = wxBoxSizer(wxHORIZONTAL)
+ targetPanel = Tile(self, log, bgColor=wx.Colour(80,10,10), active=0)
+ buttonPanel = wx.Panel(self ,-1)
+ sizer = wx.BoxSizer(wx.HORIZONTAL)