beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: add ForEach widget example
py2compat
20 months ago, Edouard Tisserant
e67df0b7b495
SVGHMI: add ForEach widget example
# -*- 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")