summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/menuconfig_example.py2
-rwxr-xr-xexamples/merge_config.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/menuconfig_example.py b/examples/menuconfig_example.py
index a06b05e..606f756 100755
--- a/examples/menuconfig_example.py
+++ b/examples/menuconfig_example.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Implements a simple configuration interface on top of Kconfiglib to
# demonstrate concepts for building a menuconfig-like. Emulates how the
diff --git a/examples/merge_config.py b/examples/merge_config.py
index 2681b63..777fe2c 100755
--- a/examples/merge_config.py
+++ b/examples/merge_config.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# This script functions similarly to scripts/kconfig/merge_config.sh from the
# kernel tree, merging multiple configurations fragments to produce a complete