beremiz

MQTT: (WIP) Fix OpenSSL linking.

23 months ago, Edouard Tisserant
d0c5d77a33af
MQTT: (WIP) Fix OpenSSL linking.
# -*- 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")