editors/ResourceEditor.py
changeset 2432 dbc065a2f7a5
parent 2301 5b8a7dd43f9f
child 2737 38afed869ff6
equal deleted inserted replaced
2431:6923074540dd 2432:dbc065a2f7a5
    25 
    25 
    26 from __future__ import absolute_import
    26 from __future__ import absolute_import
    27 import wx
    27 import wx
    28 import wx.lib.buttons
    28 import wx.lib.buttons
    29 import wx.grid
    29 import wx.grid
       
    30 from six.moves import xrange
    30 
    31 
    31 from graphics.GraphicCommons import REFRESH_HIGHLIGHT_PERIOD, ERROR_HIGHLIGHT
    32 from graphics.GraphicCommons import REFRESH_HIGHLIGHT_PERIOD, ERROR_HIGHLIGHT
    32 from controls import CustomGrid, CustomTable, DurationCellEditor
    33 from controls import CustomGrid, CustomTable, DurationCellEditor
    33 from dialogs.DurationEditorDialog import IEC_TIME_MODEL
    34 from dialogs.DurationEditorDialog import IEC_TIME_MODEL
    34 from editors.EditorPanel import EditorPanel
    35 from editors.EditorPanel import EditorPanel