beremiz
Clone
Summary
Browse
Changes
Graph
runtime web settings: fix more python2 to 3 porting problems
15 months ago, Edouard Tisserant
d47ccfb0a107
runtime web settings: fix more python2 to 3 porting problems
# -*- 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")