beremiz
Clone
Summary
Browse
Changes
Graph
Py_ext: use non-derived type when generating C code for handling Python PLC globals.
2020-06-18, Edouard Tisserant
abc2088aac4e
Py_ext: use non-derived type when generating C code for handling Python PLC globals.
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")