beremiz
Clone
Summary
Browse
Changes
Graph
GitHub CI: actions/checkout@v3 submodules=recursive fails.
wxPython4
2022-07-17, Edouard Tisserant
f247fb5b7756
GitHub CI: actions/checkout@v3 submodules=recursive fails.
#!/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"]