beremiz
Clone
Summary
Browse
Changes
Graph
Fix internatialization in UriLocationEditor, PYRO dialog and Modbus configurator
2018-06-07, Andrey Skvortsov
84c4e56b38d6
Fix internatialization in UriLocationEditor, PYRO dialog and Modbus configurator
#!/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"]