beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: optimize HMI tree handling C code to lower CPU usage when traversing large trees
2021-10-29, Edouard Tisserant
9a82918e063c
SVGHMI: optimize HMI tree handling C code to lower CPU usage when traversing large trees
# -*- 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")