beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix build exception when static file directory is missing
17 months ago, Edouard Tisserant
6a8fd46e9980
SVGHMI: fix build exception when static file directory is missing
#!/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"]