]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/glcanvas/gtk/glcanvas.py
Demo updates
[wxWidgets.git] / wxPython / contrib / glcanvas / gtk / glcanvas.py
index afffe50a86fdd9c88bb0254764d137f66d8a9a50..5290ba4bfde83a09a1bbd32559a47ae21f7cd1b0 100644 (file)
@@ -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 wxGLContextPtr(wxObjectPtr):
     def __init__(self,this):