beremiz
Clone
Summary
Browse
Changes
Graph
IDE: initialize CTN's ChangesToSave, otherwise leading to exceptions in some cases
11 months ago, Edouard Tisserant
512b3bd3696a
IDE: initialize CTN's ChangesToSave, otherwise leading to exceptions in some cases
#!/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"]