beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py
wxPython4
2022-02-18, Edouard Tisserant
67a4d207bace
IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py
#!/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"]