plcopen/plcopen.py
changeset 1732 94ffe74e6895
parent 1730 64d8f52bc8c8
child 1734 750eeb7230a1
equal deleted inserted replaced
1731:6ebd9c40b2be 1732:94ffe74e6895
    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 *
    26 from xmlclass import *
    27 from types import *
    27 from types import *
    28 import os, re
    28 import os
       
    29 import re
    29 from lxml import etree
    30 from lxml import etree
    30 from collections import OrderedDict
    31 from collections import OrderedDict
    31 import util.paths as paths
    32 import util.paths as paths
    32 
    33 
    33 """
    34 """