beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: cosmetic fixes in button widget
svghmi
2020-12-07, Edouard Tisserant
a70a97196654
SVGHMI: cosmetic fixes in button widget
#!/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"]