diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-27 19:53:06 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-27 19:54:45 +0200 |
| commit | 7bbd12d306bba4d7fd47905cf2d0b4e3f7bdabbd (patch) | |
| tree | d0aad3d1d3cf99aaf799b40fd3fdce8f3112067e /examples/allnoconfig_walk.py | |
| parent | d0ebcc592c74995957f3b7f46408fb3a528142f4 (diff) | |
Use a consistent import style in the examples
Do the PEP 8 ordering thingy with standard library imports first.
Diffstat (limited to 'examples/allnoconfig_walk.py')
| -rw-r--r-- | examples/allnoconfig_walk.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/allnoconfig_walk.py b/examples/allnoconfig_walk.py index c35b998..227effd 100644 --- a/examples/allnoconfig_walk.py +++ b/examples/allnoconfig_walk.py @@ -9,9 +9,10 @@ # # $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/examples/allnoconfig_walk.py -from kconfiglib import Kconfig, Symbol import sys +from kconfiglib import Kconfig, Symbol + def do_allnoconfig(node): global changed |
