beremiz
Clone
Summary
Browse
Changes
Graph
Tests: fix WAMP test, broken by change in runtime output when joining session.
15 months ago, Edouard Tisserant
00ef78dffbf6
Tests: fix WAMP test, broken by change in runtime output when joining session.
#!/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"]