beremiz
Clone
Summary
Browse
Changes
Graph
Github CI: do not save docker image if just restored from cache
2023-07-20, Edouard Tisserant
2596dabeea04
Github CI: do not save docker image if just restored from cache
# -*- 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")