beremiz
Clone
Summary
Browse
Changes
Graph
pythonw is used on OSX
python3
2022-11-09, GP Orcullo
a26453d1c54d
pythonw is used on OSX
#!/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"]