beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Better error message when inkscape is not installed.
svghmi
2020-09-03, Edouard Tisserant
ffce85221ea5
SVGHMI: Better error message when inkscape is not installed.
#!/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"]