beremiz
Clone
Summary
Browse
Changes
Graph
IDE tests: ensure that file browser idled before entering path in new_project
wxPython4
2022-12-15, Edouard Tisserant
a538a163ff6f
IDE tests: ensure that file browser idled before entering path in new_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"]