beremiz
Clone
Summary
Browse
Changes
Graph
IDE: py3.10 related float/int fixes in debug plots
2023-10-19, Edouard Tisserant
5d23a47937c4
IDE: py3.10 related float/int fixes in debug plots
# -*- 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")