38
38
def run_command_check_imports(self, args, forbidden_imports):
39
47
# We use PYTHON_VERBOSE rather than --profile-importts because in
40
48
# experimentation the profile-imports output seems to not always show
41
49
# the modules you'd expect; this can be debugged but python -v seems