editors/ResourceEditor.py
changeset 2459 21164625b393
parent 2432 dbc065a2f7a5
child 2737 38afed869ff6
equal deleted inserted replaced
2458:2a70d5240300 2459:21164625b393
    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