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/allyesconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/allyesconfig.py') 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