beremiz
Clone
Summary
Browse
Changes
Graph
cleanup: pylint, W0109 # (duplicate-key) Duplicate key 'X' in dictionary
2018-10-03, Andrey Skvortsov
a5994ee1f6a7
cleanup: pylint, W0109 # (duplicate-key) Duplicate key 'X' in dictionary
# -*- 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")