c_ext/CFileEditor.py
changeset 742 41a4a560406c
parent 738 413946c04c87
child 744 bdab45f96aa0
equal deleted inserted replaced
741:382b2c848dac 742:41a4a560406c
     2 
     2 
     3 import wx
     3 import wx
     4 import wx.grid
     4 import wx.grid
     5 import wx.stc as stc
     5 import wx.stc as stc
     6 import wx.lib.buttons
     6 import wx.lib.buttons
     7 from util import opjimg
     7 from util.misc import opjimg
     8 
     8 
     9 from controls import CustomGrid, CustomTable
     9 from controls import CustomGrid, CustomTable
    10 from ConfTreeNodeEditor import ConfTreeNodeEditor
    10 from ConfTreeNodeEditor import ConfTreeNodeEditor
    11 
    11 
    12 if wx.Platform == '__WXMSW__':
    12 if wx.Platform == '__WXMSW__':