Set overview to docstring

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-10-06 00:51:01 +00:00
parent 584d6f48b0
commit 979f2f9c87
2 changed files with 2 additions and 11 deletions

View 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__

View 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__