beremiz
Clone
Summary
Browse
Changes
Graph
Python Runtime: fix StopPLC timeout if twisted and wxpython enabled
15 months ago, Edouard Tisserant
24365756503e
Python Runtime: fix StopPLC timeout if twisted and wxpython enabled
#!/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"]