plcopen/BlockInstanceCollector.py
branchpython3
changeset 3750 f62625418bff
parent 1973 cc7a46953471
child 3751 a80a66ba52d6
equal deleted inserted replaced
3749:fda6c1a37662 3750:f62625418bff
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     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 
     7 from collections import OrderedDict, namedtuple
     7 from collections import OrderedDict, namedtuple
     8 from plcopen.XSLTModelQuery import XSLTModelQuery, _StringValue, _BoolValue, _translate_args
     8 from plcopen.XSLTModelQuery import XSLTModelQuery, _StringValue, _BoolValue, _translate_args
     9 
     9 
    10 # -------------------------------------------------------------------------------
    10 # -------------------------------------------------------------------------------
    11 #           Helpers object for generating pou block instances list
    11 #           Helpers object for generating pou block instances list