beremiz
Clone
Summary
Browse
Changes
Graph
tests: debug_project IDE test: give up with unreliable OCR for "Force value" menu entry.
wxPython4
2022-07-27, Edouard Tisserant
6d3cb1ab1ef7
tests: debug_project IDE test: give up with unreliable OCR for "Force value" menu entry.
# -*- 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")