beremiz
Clone
Summary
Browse
Changes
Graph
Shows AboutDialog even if revisions.tx is missing
2024-03-07, Edouard Tisserant
c29a95aebfbf
Shows AboutDialog even if revisions.tx is missing
#!/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"]