beremiz
Clone
Summary
Browse
Changes
Graph
Fix header and convert comments to docstrings in PSK_Adapter
2019-03-13, Andrey Skvortsov
640d639d9bd8
Fix header and convert comments to docstrings in PSK_Adapter
#!/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"]