beremiz
Clone
Summary
Browse
Changes
Graph
URI Editor Dialog : moved it to /dialog, and fixed naming.
2018-11-08, Edouard Tisserant
8c18b1a3e2bf
URI Editor Dialog : moved it to /dialog, and fixed naming.
#!/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"]