beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: add undo button to widget library path selection (reverts to default library).
12 months ago, Edouard Tisserant
0d44502026d2
SVGHMI: add undo button to widget library path selection (reverts to default library).
#!/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"]