beremiz
Clone
Summary
Browse
Changes
Graph
Tests: fix path logic in Docker creation script, consequence of previous commit.
wxPython4
2022-11-24, Edouard Tisserant
129b8e32f5bb
Tests: fix path logic in Docker creation script, consequence of previous commit.
# -*- 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")