beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: add test for Dropdown using TextList
wxPython4
2021-09-20, Edouard Tisserant
95015c0dcb8d
SVGHMI: add test for Dropdown using TextList
#!/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"]