beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1607 # (file-builtin) file built-in referenced
2018-10-09, Andrey Skvortsov
b13f021c68a5
python3 support: pylint, W1607 # (file-builtin) file built-in referenced
#!/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"]