beremiz
Clone
Summary
Browse
Changes
Graph
IDE: allow structures to be located.
py2compat
21 months ago, Edouard Tisserant
796cf457b3f5
IDE: allow structures to be located.
#!/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"]