beremiz
Clone
Summary
Browse
Changes
Graph
Fixed deadlock when using Wx together with Twisted in runtime.
2019-01-29, Edouard Tisserant
2318a7cde101
Fixed deadlock when using Wx together with Twisted in runtime.
#!/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"]