beremiz
Clone
Summary
Browse
Changes
Graph
OPC-UA: Extend Drag'N'Drop target to whole input or output panel not only grid.
wxPython4
2022-11-10, Edouard Tisserant
bf3b5f58c832
OPC-UA: Extend Drag'N'Drop target to whole input or output panel not only grid.
#!/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"]