beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: change PLCObject 'BlobAsFile' method to allow customization by overriding
mc9_backport_2
2020-12-22, Edouard Tisserant
865d254e7076
Runtime: change PLCObject 'BlobAsFile' method to allow customization by overriding
# -*- 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")