beremiz
Clone
Summary
Browse
Changes
Graph
#2476 Added uri location editor, getting connectors from list in Beremiz.
#2476
2018-04-20, dporopat
bcbd41efd846
#2476 Added uri location editor, getting connectors from list in Beremiz.
#!/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"]