Files
wxWidgets/wxPython/wxPython/lib/ClickableHtmlWindow.py
T
2003-12-18 19:10:26 +00:00

10 lines
375 B
Python

## This file imports items from the wx package into the wxPython package for
## backwards compatibility. Some names will also have a 'wx' added on if
## that is how they used to be named in the old wxPython package.
import wx.lib.ClickableHtmlWindow
__doc__ = wx.lib.ClickableHtmlWindow.__doc__
wxPyClickableHtmlWindow = wx.lib.ClickableHtmlWindow.PyClickableHtmlWindow