runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 23 Mar 2021 05:08:51 +0100
branchsvghmi
changeset 3192 8df40690efb0
parent 2416 1ca207782dde
permissions -rw-r--r--
Allow using spin() from ProcessLogger even with no logger given.
# -*- 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")