plcopen/InstanceTagnameCollector.py
branchpython3
changeset 3751 a80a66ba52d6
parent 3750 f62625418bff
equal deleted inserted replaced
3750:f62625418bff 3751:a80a66ba52d6
     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 
     6 
     7 from plcopen.XSLTModelQuery import XSLTModelQuery
     7 from . XSLTModelQuery import XSLTModelQuery
     8 from plcopen.types_enums import *
     8 from . types_enums import *
     9 
     9 
    10 
    10 
    11 class InstanceTagName(object):
    11 class InstanceTagName(object):
    12     """Helpers object for generating instance tagname"""
    12     """Helpers object for generating instance tagname"""
    13 
    13