etherlab/EtherCATManagementEditor.py
changeset 2405 af050469fc5c
parent 2390 81116c5db60f
child 2406 ffd091b51cd0
equal deleted inserted replaced
2404:87eb184414bd 2405:af050469fc5c
     5 #
     5 #
     6 # Copyright (C) 2013: Real-Time & Embedded Systems (RTES) Lab., University of Seoul
     6 # Copyright (C) 2013: Real-Time & Embedded Systems (RTES) Lab., University of Seoul
     7 #
     7 #
     8 # See COPYING file for copyrights details.
     8 # See COPYING file for copyrights details.
     9 
     9 
       
    10 from __future__ import absolute_import
    10 import os
    11 import os
    11 import string
    12 import string
    12 from xml.dom import minidom
    13 from xml.dom import minidom
    13 
    14 
    14 import wx
    15 import wx