runtime/PlcStatus.py
author Edouard Tisserant
Tue, 26 Mar 2019 09:41:09 +0100
branchwx.NewID_abuse_fix
changeset 2555 5dce99e69027
parent 2416 1ca207782dde
permissions -rw-r--r--
Start fixing wx.NewId abuse in viewer.py. This shows how to avoid using AppendMenu() function, definitely useless.
# -*- 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")