]> git.saurik.com Git - wxWidgets.git/commitdiff
Set overview to docstring
authorRobin Dunn <robin@alldunn.com>
Fri, 6 Oct 2006 00:51:01 +0000 (00:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 6 Oct 2006 00:51:01 +0000 (00:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/ButtonPanel.py
wxPython/demo/FlatNotebook.py

index 97875b6a4080b11fae63b9d8c30fc2335a2d52d0..749b5be7de753c9a2f585d1e445a1ffcdeaf46b5 100644 (file)
@@ -180,11 +180,7 @@ def runTest(frame, nb, log):
 
 
 
-overview = """<html><body>
-<h2><center>Say something nice here</center></h2>
-
-</body></html>
-"""
+overview = bp.__doc__
 
 
 
index d90daf97b249e787a7e6cb36e623fb3262e46b01..8680be5d9219c4468e4632a9e9f5f1405a7a3c4a 100644 (file)
@@ -677,12 +677,7 @@ def runTest(frame, nb, log):
 #----------------------------------------------------------------------
 
 
-
-overview = """<html><body>
-<h2><center>Say something nice here</center></h2>
-
-</body></html>
-"""
+overview = fnb.__doc__