beremiz
Clone
Summary
Browse
Changes
Graph
WAMP: code rework and other fixes in non-executed error code paths. Should have no side effects.
14 months ago, Edouard Tisserant
c84e1b8096c7
WAMP: code rework and other fixes in non-executed error code paths. Should have no side effects.
# -*- 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")