repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4674 from bdbaddog/fix_2281_Aliases_ignore_pre_post_add_actions
[scons.git]
/
test
/
fixture
/
python_scanner
/
imports_unknown_files.py
blob
0bfc401fcd162e6282c99c690e8c744fc4720f11
1
# SPDX-License-Identifier: MIT
2
#
3
# Copyright The SCons Foundation
4
5
import
doesntexist
# noqa: F401
6
import
notthere
.
something
# noqa: F401
7
from
notthere
import
a
,
few
,
things
# noqa: F401