etherlab/EthercatMaster.py
changeset 2390 81116c5db60f
parent 2381 1c40e3976cc2
child 2391 3315e621d7fb
equal deleted inserted replaced
2389:f86eefc8d378 2390:81116c5db60f
     9 #
     9 #
    10 # See COPYING file for copyrights details.
    10 # See COPYING file for copyrights details.
    11 
    11 
    12 import os
    12 import os
    13 import cPickle
    13 import cPickle
       
    14 from copy import deepcopy
    14 from lxml import etree
    15 from lxml import etree
    15 from copy import deepcopy
       
    16 
    16 
    17 import wx
    17 import wx
    18 
    18 
    19 from xmlclass import *
    19 from xmlclass import *
    20 
    20