beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Update Button widget to class declaration, and add a button widget in tests/svghmi.
svghmi
2020-05-13, Edouard Tisserant
00825316ed00
SVGHMI: Update Button widget to class declaration, and add a button widget in tests/svghmi.
#!/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"]