blob: 0bfc401fcd162e6282c99c690e8c744fc4720f11 (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: MIT
#
# Copyright The SCons Foundation
import doesntexist # noqa: F401
import notthere.something # noqa: F401
from notthere import a, few, things # noqa: F401
|