From 979f2f9c877f04a7387ab2f450b192f0308149fd Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 6 Oct 2006 00:51:01 +0000 Subject: [PATCH] Set overview to docstring git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/ButtonPanel.py | 6 +----- wxPython/demo/FlatNotebook.py | 7 +------ 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/wxPython/demo/ButtonPanel.py b/wxPython/demo/ButtonPanel.py index 97875b6a40..749b5be7de 100644 --- a/wxPython/demo/ButtonPanel.py +++ b/wxPython/demo/ButtonPanel.py @@ -180,11 +180,7 @@ def runTest(frame, nb, log): -overview = """ -

Say something nice here

- - -""" +overview = bp.__doc__ diff --git a/wxPython/demo/FlatNotebook.py b/wxPython/demo/FlatNotebook.py index d90daf97b2..8680be5d92 100644 --- a/wxPython/demo/FlatNotebook.py +++ b/wxPython/demo/FlatNotebook.py @@ -677,12 +677,7 @@ def runTest(frame, nb, log): #---------------------------------------------------------------------- - -overview = """ -

Say something nice here

- - -""" +overview = fnb.__doc__ -- 2.50.0