plcopen/plcopen.py
changeset 2450 5024c19ca8f0
parent 2447 1c04a50dc7ff
child 2524 c80b0d864475
equal deleted inserted replaced
2449:b0560adec4b7 2450:5024c19ca8f0
    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 from __future__ import absolute_import
    27 from __future__ import absolute_import
    28 from __future__ import division
    28 from __future__ import division
    29 from types import *
       
    30 import re
    29 import re
    31 from collections import OrderedDict
    30 from collections import OrderedDict
    32 
    31 
    33 from six.moves import xrange
    32 from six.moves import xrange
    34 from lxml import etree
    33 from lxml import etree