beremiz

SVGHMI: Fix wrong documentation copy-pasted in HMI:Page.
py2compat
2024-03-28, Edouard Tisserant
0950260e24b4
SVGHMI: Fix wrong documentation copy-pasted in HMI:Page.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]