]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/html.py
test commit, no real change
[wxWidgets.git] / wxPython / src / gtk / html.py
index ebda9bbf3b8e2f7411ebc0482bdc30032948ca37..f8795bcd535b3d6c9bb2761e12cfe4bc10090b9b 100644 (file)
@@ -13,6 +13,8 @@ from clip_dnd import *
 
 from events import *
 
+from streams import *
+
 from mdi import *
 
 from frames import *
@@ -34,6 +36,10 @@ from image import *
 from printfw import *
 
 from sizers import *
+
+from filesys import *
+
+from utils import *
 import wx
 class wxHtmlLinkInfoPtr :
     def __init__(self,this):
@@ -112,6 +118,7 @@ class wxHtmlParserPtr :
         return val
     def GetFS(self, *_args, **_kwargs):
         val = apply(htmlc.wxHtmlParser_GetFS,(self,) + _args, _kwargs)
+        if val: val = wxFileSystemPtr(val) 
         return val
     def Parse(self, *_args, **_kwargs):
         val = apply(htmlc.wxHtmlParser_Parse,(self,) + _args, _kwargs)