beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: add arbitrary file upload to working dir in web interface
2022-11-29, Edouard Tisserant
4b75f1506ea1
Runtime: add arbitrary file upload to working dir in web interface
#!/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"]