beremiz
Clone
Summary
Browse
Changes
Graph
python runtime: Wamp CRA authentication is now mandatory, no connection if secret is missing.
15 months ago, Edouard Tisserant
78e331383533
python runtime: Wamp CRA authentication is now mandatory, no connection if secret is missing.
# -*- 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")