beremiz

SVGHMI: more compatibility adaptation to target 2012's webkit...
SVGHMI_compat
2019-11-08, Edouard Tisserant
004117ff7e1a
SVGHMI: more compatibility adaptation to target 2012's webkit...
#!/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"]