beremiz

tests: attemps to make OCR based hits more stable
wxPython4
2022-12-05, Edouard Tisserant
a89ebe406e35
tests: attemps to make OCR based hits more stable
#!/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"]