beremiz
Clone
Summary
Browse
Changes
Graph
clean etherlab: pep8, E127 continuation line over-indented for visual indent
2018-09-29, Andrey Skvortsov
b35bce45bc5a
clean etherlab: pep8, E127 continuation line over-indented for visual indent
#!/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"]