beremiz
Clone
Summary
Browse
Changes
Graph
Tests: Add a Makefile variable to allow changing standalone headless X server command (Xvfb by default)
wxPython4
2022-02-15, Edouard Tisserant
803ce245f72f
Tests: Add a Makefile variable to allow changing standalone headless X server command (Xvfb by default)
# -*- 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")