runtime/PlcStatus.py
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 03 Oct 2018 11:44:57 +0300
changeset 2419 c081dabc0f63
parent 2416 1ca207782dde
permissions -rw-r--r--
Fix old style exception raise and exec syntax
# -*- 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")