beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1622 # (next-method-called) Called a next() method on an object
2018-10-12, Andrey Skvortsov
2e5acbded4a1
python3 support: pylint, W1622 # (next-method-called) Called a next() method on an object
# -*- 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")