beremiz

automated conversion using 2to3-3.9 tool
python3
2022-10-28, GP Orcullo
f62625418bff
automated conversion using 2to3-3.9 tool

cmd used: 2to3-3.9 -w
#!/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"]