summaryrefslogtreecommitdiff
path: root/examples/defconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/defconfig.py')
-rw-r--r--examples/defconfig.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/defconfig.py b/examples/defconfig.py
index a8abbe6..c9cc7c6 100644
--- a/examples/defconfig.py
+++ b/examples/defconfig.py
@@ -4,10 +4,12 @@
#
# $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/examples/allyesconfig.py
-import kconfiglib
import os
import sys
+import kconfiglib
+
+
kconf = kconfiglib.Kconfig(sys.argv[1])
if os.path.exists(".config"):