beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Remove all occurrences of deprecated wx.grid.PyGrid
2024-04-15, Edouard Tisserant
1c0263e2b3b1
IDE: Remove all occurrences of deprecated wx.grid.PyGrid
#!/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"]