beremiz
Clone
Summary
Browse
Changes
Graph
Please pylint and pep8
2018-10-03, Edouard Tisserant
d8fb90a2e11f
Please pylint and pep8
#!/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"]