]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxHtmlWindow.py
Added an extra c header for memcmp and stuff...
[wxWidgets.git] / wxPython / demo / wxHtmlWindow.py
index a7b8c01e1a74cbd8095d330e47a0675bf7c1e60f..0c6a0118a9541883fd67e7f48636c6464942a620 100644 (file)
@@ -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