beremiz
Clone
Summary
Browse
Changes
Graph
More wx.NewID abuse removal. All Viewer.py got cured.
wx.NewID_abuse_fix
2019-03-27, Edouard Tisserant
eb9392511989
More wx.NewID abuse removal. All Viewer.py got cured.
#!/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"]