beremiz
Clone
Summary
Browse
Changes
Graph
Tests: extend FOR loop tests in IEC-61131 language test
18 months ago, Edouard Tisserant
b27df24a0ea8
Tests: extend FOR loop tests in IEC-61131 language test
# -*- 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")