plcopen/plcopen.py
changeset 1832 0f1081928d65
parent 1831 56b48961cc68
child 1837 c507c363625e
equal deleted inserted replaced
1831:56b48961cc68 1832:0f1081928d65
    21 #
    21 #
    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 from xmlclass import *
       
    27 from types import *
    26 from types import *
    28 import os
    27 import os
    29 import re
    28 import re
       
    29 from collections import OrderedDict
       
    30 
    30 from lxml import etree
    31 from lxml import etree
    31 from collections import OrderedDict
    32 
       
    33 from xmlclass import *
    32 import util.paths as paths
    34 import util.paths as paths
    33 
    35 
    34 """
    36 """
    35 Dictionary that makes the relation between var names in plcopen and displayed values
    37 Dictionary that makes the relation between var names in plcopen and displayed values
    36 """
    38 """