beremiz
Clone
Summary
Browse
Changes
Graph
cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator
2018-09-28, Andrey Skvortsov
0fb54172a18b
cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator
#!/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"]