beremiz
Clone
Summary
Browse
Changes
Graph
IDE: display contents of revisions.txt (put there by installer builder script) in About Dialog.
2024-02-27, Edouard Tisserant
f831ff63ca6e
IDE: display contents of revisions.txt (put there by installer builder script) in About 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"]