beremiz
Clone
Summary
Browse
Changes
Graph
Use another way to ensure compatibility with Py3 about text type.
2018-12-18, Edouard Tisserant
590f85412835
Use another way to ensure compatibility with Py3 about text type.
# -*- 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")