X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2620b36e036a1d93bf57c97ee2f7cb9a339fd457..7fdaaabe427325cd10e8a9130c26a596b6997f98:/wxPython/samples/embedded/embedded_sample.py diff --git a/wxPython/samples/embedded/embedded_sample.py b/wxPython/samples/embedded/embedded_sample.py index dc67ef6f45..5fa38aba93 100644 --- a/wxPython/samples/embedded/embedded_sample.py +++ b/wxPython/samples/embedded/embedded_sample.py @@ -4,7 +4,6 @@ from wx.py import shell, version 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.")