ignore missing MotionLibrary
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Sat, 29 Sep 2018 17:00:01 +0300
changeset 2402 a1df3102327d
parent 2401 fe887446134d
child 2403 045df8ecc8b3
ignore missing MotionLibrary

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