X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6056257ab676ea10a51ef96e19b1f1092f95b40..a92b0cfd2bd0bef75b43c071df0b0e028f360d8e:/wxPython/src/mac/html.py?ds=sidebyside diff --git a/wxPython/src/mac/html.py b/wxPython/src/mac/html.py index 2c2c6c31cd..b2db058c73 100644 --- a/wxPython/src/mac/html.py +++ b/wxPython/src/mac/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):