beremiz
Clone
Summary
Browse
Changes
Graph
Updates requirements.txt about forks of Nevow and sslpsk
2024-02-15, Edouard Tisserant
df7ce3e1f44d
Updates requirements.txt about forks of Nevow and sslpsk
#!/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"]