beremiz
Clone
Summary
Browse
Changes
Graph
tests: opcua_client test project is not meant to be encrypted.
wxPython4
2022-09-14, Edouard Tisserant
369c3edc1a65
tests: opcua_client test project is not meant to be encrypted.
# -*- 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")