beremiz
Clone
Summary
Browse
Changes
Graph
Remove non-existed PLCObject method 'ForceReload'
2018-08-16, Andrey Skvortsov
f0a49a662870
Remove non-existed PLCObject method 'ForceReload'
#!/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"]