beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix exception when stored widget library path does not exist anymore
svghmi
2021-06-09, Edouard Tisserant
9233e60a8317
SVGHMI: fix exception when stored widget library path does not exist anymore
# -*- 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")