beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1606 # (execfile-builtin) execfile built-in referenced
2018-10-10, Andrey Skvortsov
75a274023970
python3 support: pylint, W1606 # (execfile-builtin) execfile 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"]