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