beremiz
Clone
Summary
Browse
Changes
Graph
tests/tools: move comment and remove dead code in Dockerfile
wxPython4
2022-12-15, Edouard Tisserant
12b6add87876
tests/tools: move comment and remove dead code in Dockerfile
#!/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"]