beremiz

ignore missing MotionLibrary

2018-09-29, Andrey Skvortsov
a1df3102327d
ignore missing MotionLibrary

to fix pylint error 'E0401 # (import-error) Unable to import 'X'
#!/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"]