beremiz
Clone
Summary
Browse
Changes
Graph
Add checking value in microseconds field in duration editor dialog
2018-06-27, Andrey Skvortsov
3da336a9664c
Add checking value in microseconds field in duration editor dialog
#!/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"]