beremiz

XSLTransform.py: added get_error_log()

2020-02-11, Edouard Tisserant
c26195654ae9
XSLTransform.py: added get_error_log()
# -*- 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")