Added HelpViewer tool

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-12-12 06:40:20 +00:00
parent 57327441a0
commit b32d67f03d
2 changed files with 82 additions and 0 deletions

4
wxPython/scripts/helpviewer Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python
from wxPython.tools.helpviewer import main
main()