beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Fix DropTarget() methods that must return a bool with wxPython4.
wxPython4
2022-11-04, Edouard Tisserant
0e41dbe6ddcd
IDE: Fix DropTarget() methods that must return a bool with 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"]