beremiz
Clone
Summary
Browse
Changes
Graph
Add python3 syntax checking to CI
2018-10-03, Andrey Skvortsov
290b77b72123
Add python3 syntax checking to CI
#!/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"]