from streams import *
+from utils import *
+
from mdi import *
from frames import *
from sizers import *
from filesys import *
-
-from utils import *
import wx
class wxGLContextPtr(wxObjectPtr):
def __init__(self,this):
-class wxGLCanvasPtr(wxScrolledWindowPtr):
+class wxGLCanvasPtr(wxWindowPtr):
def __init__(self,this):
self.this = this
self.thisown = 0