beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: add ForEach widget example
py2compat
20 months ago, Edouard Tisserant
e67df0b7b495
SVGHMI: add ForEach widget example
#!/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"]