beremiz

tests: add (broken) debug_project test, fix edit_project
wxPython4
2022-07-04, Edouard Tisserant
c269f256a7c4
tests: add (broken) debug_project test, fix edit_project
#!/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"]