beremiz
Clone
Summary
Browse
Changes
Graph
Python runtime: change meaning of -s and -c options in CLI
py2compat
16 months ago, Edouard Tisserant
22d5df877860
Python runtime: change meaning of -s and -c options in CLI
# -*- 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")