beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: strip useless placeholder bitmap of HMI:Image in resulting xhtml
py2compat
17 months ago, Edouard Tisserant
cd5fbf238096
SVGHMI: strip useless placeholder bitmap of HMI:Image in resulting xhtml
#!/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"]