From f2f69e6f60eb75d054383579454038a80f3d9f0e Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 20 Nov 2017 08:00:34 +0100 Subject: allno/yesconfig.py: Remove unused STR_TO_TRI imports Leftovers --- examples/allnoconfig.py | 2 +- examples/allyesconfig.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/allnoconfig.py b/examples/allnoconfig.py index dcff3f9..e7f05f4 100644 --- a/examples/allnoconfig.py +++ b/examples/allnoconfig.py @@ -8,7 +8,7 @@ # # $ make [ARCH=] scriptconfig SCRIPT=Kconfiglib/examples/allnoconfig.py -from kconfiglib import Kconfig, Symbol, STR_TO_TRI +from kconfiglib import Kconfig, Symbol import sys def do_allnoconfig(node): diff --git a/examples/allyesconfig.py b/examples/allyesconfig.py index 1bac713..0f15b1a 100644 --- a/examples/allyesconfig.py +++ b/examples/allyesconfig.py @@ -29,7 +29,7 @@ # # $ make [ARCH=] scriptconfig SCRIPT=Kconfiglib/examples/allyesconfig.py -from kconfiglib import Kconfig, Choice, STR_TO_TRI +from kconfiglib import Kconfig, Choice import sys def all_choices(node): -- cgit v1.2.3