beremiz

Fix debugger exception caused by py2/py3 merging error.
py2compat
16 months ago, Edouard Tisserant
aaa12d90b1bf
Fix debugger exception caused by py2/py3 merging error.
# -*- 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")