Disable pylint blacklisted-external-module

This commit is contained in:
Pedro Algarvio 2017-03-06 13:58:45 +00:00
parent ffec7dc299
commit 41543bba99
No known key found for this signature in database
GPG Key ID: BB36BF6584A298FF

View File

@ -9,7 +9,7 @@
some fake objects in order to properly set the function/class decorators
and yet skip the test cases execution.
'''
# pylint: disable=unused-import,function-redefined
# pylint: disable=unused-import,function-redefined,blacklisted-external-module
from __future__ import absolute_import
import sys