beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1629 # (nonzero-method) __nonzero__ method defined
2018-10-10, Andrey Skvortsov
235f847be37e
python3 support: pylint, W1629 # (nonzero-method) __nonzero__ method defined
# -*- 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")