mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
disable import check for one line to make pylint happy
This commit is contained in:
parent
be5027a032
commit
347130166f
1 changed files with 1 additions and 1 deletions
|
@ -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)',
|
||||
|
|
Loading…
Reference in a new issue