beremiz

ignore missing MotionLibrary

2018-09-29, Andrey Skvortsov
a1df3102327d
Parents fe887446134d
Children 045df8ecc8b3
ignore missing MotionLibrary

to fix pylint error 'E0401 # (import-error) Unable to import 'X'
  • +1 -1
    .pylint
  • --- a/.pylint Sat Sep 29 16:57:25 2018 +0300
    +++ b/.pylint Sat Sep 29 17:00:01 2018 +0300
    @@ -270,7 +270,7 @@
    # (useful for modules/projects where namespaces are manipulated during runtime
    # and thus existing member attributes cannot be deduced by static analysis. It
    # supports qualified module names, as well as Unix pattern matching.
    -ignored-modules=_ctypes,_winreg,winreg,django.core.serializers,__pyjamas__,gluon.contrib.simplejson
    +ignored-modules=_ctypes,_winreg,winreg,django.core.serializers,__pyjamas__,gluon.contrib.simplejson,MotionLibrary
    # List of class names for which member attributes should not be checked (useful
    # for classes with dynamically set attributes). This supports the use of