beremiz
Clone
Summary
Browse
Changes
Graph
Merge changes from default in wxPython4
wxPython4
2022-08-11, Edouard Tisserant
0c96269bf63b
Merge changes from default in wxPython4
#!/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"]