beremiz
Clone
Summary
Browse
Changes
Graph
Tests: re-enable running test in github action, now that docker image should be cached.
2022-05-17, Edouard Tisserant
f85b448ca2c6
Tests: re-enable running test in github action, now that docker image should be cached.
# -*- 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")