From b09a2663c353dfd9a731e900053451da66eb85cf Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 24 Jan 2007 00:01:53 +0000 Subject: [PATCH] newline at end of file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxaddons/sized_controls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/wxaddons/sized_controls.py b/wxPython/wxaddons/sized_controls.py index 446249efe5..04d74c1fc7 100644 --- a/wxPython/wxaddons/sized_controls.py +++ b/wxPython/wxaddons/sized_controls.py @@ -576,4 +576,4 @@ class SizedFrame(wx.Frame): self.SetAutoLayout(True) def GetContentsPane(self): - return self.mainPanel \ No newline at end of file + return self.mainPanel