beremiz

Removed debug code and closed branch
fix_fb_resize_wire_bug
2019-06-18, Edouard Tisserant
93ad3db5f9df
Removed debug code and closed branch
# -*- 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")