]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/msw/stc_.py
SWIGged updates
[wxWidgets.git] / wxPython / contrib / stc / msw / stc_.py
index f2434e55412a2b7ee64d45504987ca7c02a6502f..6450b0d0ff11208a56a6ba8f7ccfbf2ff1fb8164 100644 (file)
@@ -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 *
-
 def EVT_STC_CHANGE(win, id, func):
     win.Connect(id, -1, wxEVT_STC_CHANGE, func)