beremiz
Clone
Summary
Browse
Changes
Graph
tests: CLI: add simple test running python example
2022-07-15, Edouard Tisserant
6210c08c1c41
tests: CLI: add simple test running python example
# -*- 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")