beremiz

GitHub CI: actions/checkout@v3 submodules=recursive fails.
wxPython4
2022-07-17, Edouard Tisserant
f247fb5b7756
GitHub CI: actions/checkout@v3 submodules=recursive fails.
# -*- 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")