beremiz
Clone
Summary
Browse
Changes
Graph
BACnet and Modbus: Remove additional loading and unloading, use the one already in place for extensions.
2020-06-12, Edouard Tisserant
be233279d179
BACnet and Modbus: Remove additional loading and unloading, use the one already in place for extensions.
# -*- 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")