beremiz
Clone
Summary
Browse
Changes
Graph
Fix typo in toolchain_gcc.py : LDLAGS -> LDFLAGS
wxPython4
2023-03-03, Edouard Tisserant
99263915a91d
Fix typo in toolchain_gcc.py : LDLAGS -> LDFLAGS
#!/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"]