beremiz
Clone
Summary
Browse
Changes
Graph
tests/python : add some STRING PLC Python globals with OnChange.
2020-06-17, Edouard Tisserant
6bfed6757495
tests/python : add some STRING PLC Python globals with OnChange.
# -*- 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")