beremiz
Clone
Summary
Browse
Changes
Graph
Fixed exception when using URI editor for PYRO addresses
2019-04-23, Edouard Tisserant
c8cb60bf6c6a
Fixed exception when using URI editor for PYRO addresses
# -*- 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")