]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/samples/embedded/embedded_sample.py
final tweaks for embedded
[wxWidgets.git] / wxPython / samples / embedded / embedded_sample.py
index dc67ef6f454d0925442579f708078c51c98531be..5fa38aba931e00b0f8ade1f704e1a68d94a9a50b 100644 (file)
@@ -4,7 +4,6 @@ from wx.py import shell, version
 class MyPanel(wx.Panel):
     def __init__(self, parent):
         wx.Panel.__init__(self, parent, -1)
 class MyPanel(wx.Panel):
     def __init__(self, parent):
         wx.Panel.__init__(self, parent, -1)
-        print parent
 
         text = wx.StaticText(self, -1,
                             "Everything on this side of the splitter comes from Python.")
 
         text = wx.StaticText(self, -1,
                             "Everything on this side of the splitter comes from Python.")