beremiz
Clone
Summary
Browse
Changes
Graph
IDE: removed one (last ?) wx.NewId() that was called on each opening of project tree popup menu
2022-02-15, Edouard Tisserant
2739fbd82569
IDE: removed one (last ?) wx.NewId() that was called on each opening of project tree popup menu
#!/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"]