From 747cc16621c42671a4930bd907c8ba14678fad36 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 30 May 2018 21:45:34 +0200 Subject: Remove unused all{no,yes}config imports No longer used after the tool helpers were added. --- allnoconfig.py | 3 --- allyesconfig.py | 3 --- 2 files changed, 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=] 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=] scriptconfig SCRIPT=Kconfiglib/examples/allyesconfig.py -import os -import sys - import kconfiglib def main(): -- cgit v1.2.3