beremiz
Clone
Summary
Browse
Changes
Graph
IDE: images/icons.svg: Update logo, icon, build, clean, transfer, connect and disconnect.
wxPython4
2022-07-30, Edouard Tisserant
d6d9ecd07a93
IDE: images/icons.svg: Update logo, icon, build, clean, transfer, connect and disconnect.
#!/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"]