beremiz
Clone
Summary
Browse
Changes
Graph
Tests: Fixed wrong path (relative to $HOME) in CLI tests.
wxPython4
2023-02-02, Edouard Tisserant
4906295e0be6
Tests: Fixed wrong path (relative to $HOME) in CLI tests.
#!/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"]