]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/glcanvas/gtk/glcanvas.py
Fixed a bunch of leaking references in how the callbacks deal with
[wxWidgets.git] / wxPython / contrib / glcanvas / gtk / glcanvas.py
index 10bbaa5c702b57ff073310fcef448bb367df41d5..ee1d62d319da78426e39e43cf8e03a4d9c0e6020 100644 (file)
@@ -13,6 +13,8 @@ from clip_dnd import *
 
 from events import *
 
+from streams import *
+
 from mdi import *
 
 from frames import *
@@ -34,6 +36,10 @@ from image import *
 from printfw import *
 
 from sizers import *
+
+from filesys import *
+
+from utils import *
 import wx
 class wxGLContextPtr :
     def __init__(self,this):