beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix permission checking on windows for IDE project directory.
2022-05-25, Edouard Tisserant
74cfeff6a011
IDE: fix permission checking on windows for IDE project directory.
#!/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"]