diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-30 21:45:34 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-30 21:45:34 +0200 |
| commit | 747cc16621c42671a4930bd907c8ba14678fad36 (patch) | |
| tree | a12afa610261036dc9bc2bbf64f11296d60867fc | |
| parent | f9b158ebb3d81c923461981d2b087989c284c2d4 (diff) | |
Remove unused all{no,yes}config imports
No longer used after the tool helpers were added.
| -rwxr-xr-x | allnoconfig.py | 3 | ||||
| -rwxr-xr-x | allyesconfig.py | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/allnoconfig.py b/allnoconfig.py index f90cb28..d4060d2 100755 --- a/allnoconfig.py +++ b/allnoconfig.py @@ -9,9 +9,6 @@ # # $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/allnoconfig.py -import os -import sys - import kconfiglib def main(): diff --git a/allyesconfig.py b/allyesconfig.py index f99171c..934a2c5 100755 --- a/allyesconfig.py +++ b/allyesconfig.py @@ -26,9 +26,6 @@ # # $ make [ARCH=<arch>] scriptconfig SCRIPT=Kconfiglib/examples/allyesconfig.py -import os -import sys - import kconfiglib def main(): |
