/usr/share/pyshared/wx-2.8-gtk2-unicode/wxPython/htmlhelp.py is in python-wxgtk2.8 2.8.12.1-6ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # The contents of the old wxPython.htmlhelp module have been moved
# into the wx.html module in the new scheme. This module will help
# with backwards compatibility by making those symbols visible in
# wxPython.htmlhelp again.
import wxPython.wx
import wxPython.html
wxHtmlBookRecord = wxPython.html.wxHtmlBookRecord
wxHtmlSearchStatus = wxPython.html.wxHtmlSearchStatus
wxHtmlHelpData = wxPython.html.wxHtmlHelpData
wxHtmlHelpFrame = wxPython.html.wxHtmlHelpFrame
wxHtmlHelpController = wxPython.html.wxHtmlHelpController
wxHF_TOOLBAR = wxPython.html.wxHF_TOOLBAR
wxHF_CONTENTS = wxPython.html.wxHF_CONTENTS
wxHF_INDEX = wxPython.html.wxHF_INDEX
wxHF_SEARCH = wxPython.html.wxHF_SEARCH
wxHF_BOOKMARKS = wxPython.html.wxHF_BOOKMARKS
wxHF_PRINT = wxPython.html.wxHF_PRINT
|