beremiz
Clone
Summary
Browse
Changes
Graph
Add Docker image definition as reference platform to run IDE tests.
wxPython4
2022-02-13, Edouard Tisserant
ee3b84d09ccf
Add Docker image definition as reference platform to run IDE tests.
# -*- 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")