beremiz
Clone
Summary
Browse
Changes
Graph
yslt_noindent : Avoid YSLT's indent logic to interfere when using linequote.
svghmi
2019-08-20, Edouard Tisserant
42a7ef43a0d8
yslt_noindent : Avoid YSLT's indent logic to interfere when using linequote.
#!/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"]