beremiz
Clone
Summary
Browse
Changes
Graph
Tests: drop WAMP dhparam generation, time consuming and useless in test context
15 months ago, Edouard Tisserant
1d7c241a101a
Tests: drop WAMP dhparam generation, time consuming and useless in test context
#!/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"]