beremiz
Clone
Summary
Browse
Changes
Graph
Make Input widget actionable. Includes example from kraskrom@github.
py2compat
17 months ago, Edouard Tisserant
0aebdd97cf6f
Make Input widget actionable. Includes example from kraskrom@github.
# -*- 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")