beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix About dialog not showing (wxPython4 sequel), update copyright section.
wxPython4
2022-07-30, Edouard Tisserant
eb915a9fdcb0
IDE: fix About dialog not showing (wxPython4 sequel), update copyright section.
#!/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"]