beremiz
Clone
Summary
Browse
Changes
Graph
Increase size of comment block in WAMP example, so all information is visible
2018-08-27, Andrey Skvortsov
10cfc280927c
Increase size of comment block in WAMP example, so all information is visible
#!/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"]