editors/ResourceEditor.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3765 88fe6fc9fd38
equal deleted inserted replaced
3751:a80a66ba52d6 3752:9f6f46dbe3ae
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 
    25 
    26 
       
    27 import wx
    26 import wx
    28 import wx.lib.buttons
    27 import wx.lib.buttons
    29 import wx.grid
    28 import wx.grid
    30 from six.moves import xrange
       
    31 
    29 
    32 from graphics.GraphicCommons import REFRESH_HIGHLIGHT_PERIOD, ERROR_HIGHLIGHT
    30 from graphics.GraphicCommons import REFRESH_HIGHLIGHT_PERIOD, ERROR_HIGHLIGHT
    33 from controls import CustomGrid, CustomTable, DurationCellEditor
    31 from controls import CustomGrid, CustomTable, DurationCellEditor
    34 from dialogs.DurationEditorDialog import IEC_TIME_MODEL
    32 from dialogs.DurationEditorDialog import IEC_TIME_MODEL
    35 from editors.EditorPanel import EditorPanel
    33 from editors.EditorPanel import EditorPanel