beremiz
Clone
Summary
Browse
Changes
Graph
Use msgpack and remove serpent's bytes workaround
2023-05-20, Edouard Tisserant
3e219f00151a
Use msgpack and remove serpent's bytes workaround
#!/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"]