beremiz
Clone
Summary
Browse
Changes
Graph
tests: add one more ignored pic to debug_project test
2022-07-06, Edouard Tisserant
c1a972412661
tests: add one more ignored pic to debug_project test
# -*- 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")