# HG changeset patch # User Andrey Skvortsov <andrej.skvortzov@gmail.com> # Date 1538229601 -10800 # Node ID a1df3102327d901eda7541f18e2d62777c3152ed # Parent fe887446134d347e8924e895ecb826e91c619bc3 ignore missing MotionLibrary to fix pylint error 'E0401 # (import-error) Unable to import 'X' diff -r fe887446134d -r a1df3102327d .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