runtime/PlcStatus.py
author Edouard Tisserant
Tue, 26 Mar 2019 09:48:45 +0100
branchwx.NewID_abuse_fix
changeset 2553 4b967831374f
parent 2416 1ca207782dde
permissions -rw-r--r--
Instrument IDE code to find code abusing wx.NewId.
# -*- 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")