beremiz
Clone
Summary
Browse
Changes
Graph
Runtime : force using monotonic time in Timer (threading). Prevent watchdog to trigger when changing system time.
2022-01-20, Edouard Tisserant
da8cceaa247d
Runtime : force using monotonic time in Timer (threading). Prevent watchdog to trigger when changing system time.
# -*- 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")