beremiz
Clone
Summary
Browse
Changes
Graph
IDE: py3.10 related float/int fixes in debug plots
2023-10-19, Edouard Tisserant
5d23a47937c4
IDE: py3.10 related float/int fixes in debug plots
#!/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"]