From 7bbd12d306bba4d7fd47905cf2d0b4e3f7bdabbd Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 27 Sep 2018 19:53:06 +0200 Subject: Use a consistent import style in the examples Do the PEP 8 ordering thingy with standard library imports first. --- examples/defconfig.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/defconfig.py') 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=] 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"): -- cgit v1.2.3