disable import check for one line to make pylint happy

This commit is contained in:
alexey.lysiuk 2020-08-15 12:34:34 +03:00
parent be5027a032
commit 347130166f

View file

@ -24,7 +24,7 @@ import sys
sys.path.append(os.path.dirname(os.path.abspath(__file__)) + '..')
sys.dont_write_bytecode = True
from build import Builder
from build import Builder # pylint: disable=import-error
test_lines = (
'project(GZDoom)',