editors/DataTypeEditor.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3765 88fe6fc9fd38
equal deleted inserted replaced
3751:a80a66ba52d6 3752:9f6f46dbe3ae
    22 # You should have received a copy of the GNU General Public License
    22 # You should have received a copy of the GNU General Public License
    23 # along with this program; if not, write to the Free Software
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    25 
    25 
    26 
    26 
    27 
       
    28 import re
    27 import re
    29 from six.moves import xrange
       
    30 
    28 
    31 import wx
    29 import wx
    32 import wx.grid
    30 import wx.grid
    33 import wx.lib.buttons
    31 import wx.lib.buttons
    34 from plcopen.structures import IEC_KEYWORDS, TestIdentifier, DefaultType
    32 from plcopen.structures import IEC_KEYWORDS, TestIdentifier, DefaultType