X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fa876ca9ec87e90605808bfcab4d4226965dbad..86d35a44665429542685acbdc3a23cdcdcc48fb5:/wxPython/demo/wxHtmlWindow.py?ds=inline diff --git a/wxPython/demo/wxHtmlWindow.py b/wxPython/demo/wxHtmlWindow.py index a7b8c01e1a..0c6a0118a9 100644 --- a/wxPython/demo/wxHtmlWindow.py +++ b/wxPython/demo/wxHtmlWindow.py @@ -2,17 +2,20 @@ # # o Updated for wx namespace # +# 12/13/2003 - Jeff Grimmett (grimmtooth@softhome.net) +# +# o got the wxpTag stuff working right. +# import os import sys import wx -import wx.html as html +import wx.html as html +import wx.lib.wxpTag from Main import opj -##wxTrap() - #---------------------------------------------------------------------- # This shows how to catch the OnLinkClicked non-event. (It's a virtual