plcopen/plcopen.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3755 ca814b175391
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 
       
    29 import re
    27 import re
    30 from collections import OrderedDict
    28 from collections import OrderedDict
    31 
    29 
    32 from six.moves import xrange
       
    33 from lxml import etree
    30 from lxml import etree
    34 
    31 
    35 from xmlclass import *
    32 from xmlclass import *
    36 import util.paths as paths
    33 import util.paths as paths
    37 
    34