summaryrefslogtreecommitdiff
path: root/util/check_zephyr_project_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/check_zephyr_project_config.py')
-rwxr-xr-xutil/check_zephyr_project_config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/check_zephyr_project_config.py b/util/check_zephyr_project_config.py
index a49e9855b9..d879a9f04e 100755
--- a/util/check_zephyr_project_config.py
+++ b/util/check_zephyr_project_config.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env vpython3
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
@@ -14,6 +14,7 @@ import site
import sys
import tempfile
+
EC_BASE = pathlib.Path(__file__).parent.parent
if "ZEPHYR_BASE" in os.environ:
@@ -35,6 +36,7 @@ site.addsitedir(ZEPHYR_BASE / "scripts" / "kconfig")
import kconfiglib
import zephyr_module
+
# pylint:enable=import-error,wrong-import-position
# Known configuration file extensions.