beremiz

C runtime: fix logging, makes test pass

2024-06-03, Edouard Tisserant
9b4ffbb95338
C runtime: fix logging, makes test pass
# -*- 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")