X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de112a55a230c4c2cc8b21970f047f90940497cb..5e173f35d2a8177371d13d059d9f897e2c4f98be:/wxPython/src/msw/html.py diff --git a/wxPython/src/msw/html.py b/wxPython/src/msw/html.py index 2c2c6c31cd..b2db058c73 100644 --- a/wxPython/src/msw/html.py +++ b/wxPython/src/msw/html.py @@ -15,6 +15,8 @@ from events import * from streams import * +from utils import * + from mdi import * from frames import * @@ -38,8 +40,6 @@ from printfw import * from sizers import * from filesys import * - -from utils import * import wx class wxHtmlLinkInfoPtr(wxObjectPtr): def __init__(self,this):