plcopen/InstanceTagnameCollector.py
changeset 1952 0c20fc810d61
parent 1950 752ec68da94d
child 1953 5736d25bb393
equal deleted inserted replaced
1951:bbd1e1744c91 1952:0c20fc810d61
     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 plcopen.XSLTModelQuery import XSLTModelQuery, _StringValue, _BoolValue, _translate_args
     7 from plcopen.XSLTModelQuery import XSLTModelQuery 
     8 from plcopen.types_enums import *
     8 from plcopen.types_enums import *
     9 
     9 
    10 class InstanceTagName(object):
    10 class InstanceTagName(object):
    11     """Helpers object for generating instance tagname"""
    11     """Helpers object for generating instance tagname"""
    12 
    12