beremiz
Clone
Summary
Browse
Changes
Graph
tests/tools: move comment and remove dead code in Dockerfile
wxPython4
2022-12-15, Edouard Tisserant
12b6add87876
tests/tools: move comment and remove dead code in Dockerfile
# -*- 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")