plcopen/structures.py
changeset 1832 0f1081928d65
parent 1828 396da88d7b5c
child 1846 14b40afccd69
equal deleted inserted replaced
1831:56b48961cc68 1832:0f1081928d65
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import string
    25 import string
    26 import re
    26 import re
       
    27 from collections import OrderedDict
       
    28 
    27 from plcopen import LoadProject
    29 from plcopen import LoadProject
    28 from collections import OrderedDict
       
    29 from definitions import *
    30 from definitions import *
    30 
    31 
    31 TypeHierarchy = dict(TypeHierarchy_list)
    32 TypeHierarchy = dict(TypeHierarchy_list)
    32 
    33 
    33 
    34