plcopen/BlockInstanceCollector.py
changeset 1959 ce1bfd04b3f6
parent 1957 2d1cc4f5e4ef
child 1973 cc7a46953471
equal deleted inserted replaced
1958:67f0d7ff7d3e 1959:ce1bfd04b3f6
     2 # -*- coding: utf-8 -*-
     2 # -*- coding: utf-8 -*-
     3 # This file is part of Beremiz.
     3 # This file is part of Beremiz.
     4 # See COPYING file for copyrights details.
     4 # See COPYING file for copyrights details.
     5 
     5 
     6 from __future__ import absolute_import
     6 from __future__ import absolute_import
       
     7 from collections import OrderedDict, namedtuple
     7 from plcopen.XSLTModelQuery import XSLTModelQuery, _StringValue, _BoolValue, _translate_args
     8 from plcopen.XSLTModelQuery import XSLTModelQuery, _StringValue, _BoolValue, _translate_args
     8 from collections import OrderedDict, namedtuple
       
     9 
     9 
    10 # -------------------------------------------------------------------------------
    10 # -------------------------------------------------------------------------------
    11 #           Helpers object for generating pou block instances list
    11 #           Helpers object for generating pou block instances list
    12 # -------------------------------------------------------------------------------
    12 # -------------------------------------------------------------------------------
    13 
    13