--- 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