beremiz
Clone
Summary
Browse
Changes
Graph
Add Docker files to build containers to run automated tests
2019-03-18, Andrey Skvortsov
8f8735f558c7
Add Docker files to build containers to run automated tests
# -*- 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")