X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f36917bbffe00404ae6f653e876d57efc25a8ac..08da19d737fcb12a19a2746b438b3a3610214e6d:/wxPython/contrib/ogl/oglshapes.py diff --git a/wxPython/contrib/ogl/oglshapes.py b/wxPython/contrib/ogl/oglshapes.py index 1496d5e7a6..bce43eeda9 100644 --- a/wxPython/contrib/ogl/oglshapes.py +++ b/wxPython/contrib/ogl/oglshapes.py @@ -15,6 +15,8 @@ from events import * from streams import * +from utils import * + from mdi import * from frames import * @@ -39,8 +41,6 @@ from sizers import * from filesys import * -from utils import * - from oglbasic import * import wx class wxPseudoMetaFilePtr(wxObjectPtr):