dialogs/ArrayTypeDialog.py
changeset 1782 5b6ad7a7fd9d
parent 1768 691083b5682a
child 1833 2269739dd098
equal deleted inserted replaced
1781:b112bfdde5cc 1782:5b6ad7a7fd9d
    26 
    26 
    27 import wx
    27 import wx
    28 
    28 
    29 from controls import CustomEditableListBox
    29 from controls import CustomEditableListBox
    30 
    30 
    31 #-------------------------------------------------------------------------------
    31 # -------------------------------------------------------------------------------
    32 #                                  Helpers
    32 #                                  Helpers
    33 #-------------------------------------------------------------------------------
    33 # -------------------------------------------------------------------------------
    34 
    34 
    35 DIMENSION_MODEL = re.compile("([0-9]+)\.\.([0-9]+)$")
    35 DIMENSION_MODEL = re.compile("([0-9]+)\.\.([0-9]+)$")
    36 
    36 
    37 #-------------------------------------------------------------------------------
    37 # -------------------------------------------------------------------------------
    38 #                             Array Type Dialog
    38 #                             Array Type Dialog
    39 #-------------------------------------------------------------------------------
    39 # -------------------------------------------------------------------------------
    40 
    40 
    41 
    41 
    42 class ArrayTypeDialog(wx.Dialog):
    42 class ArrayTypeDialog(wx.Dialog):
    43 
    43 
    44     def __init__(self, parent, datatypes, infos):
    44     def __init__(self, parent, datatypes, infos):