beremiz
Clone
Summary
Browse
Changes
Graph
clean etherlab: pep8, W191 indentation contains tabs
2018-09-29, Andrey Skvortsov
6cc3460be285
clean etherlab: pep8, W191 indentation contains tabs
#!/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"]