beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Fix crashing non-thread safe code using Zeroconf
2024-04-25, Edouard Tisserant
bc51b5a2daa9
IDE: Fix crashing non-thread safe code using Zeroconf
# -*- 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")