beremiz
Clone
Summary
Browse
Changes
Graph
python runtime: Wamp CRA authentication is now mandatory, no connection if secret is missing.
py2compat
15 months ago, Edouard Tisserant
7bcc4186e3a7
python runtime: Wamp CRA authentication is now mandatory, no connection if secret is missing.
#!/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"]