summaryrefslogtreecommitdiff
path: root/examples/allyesconfig.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-20 08:00:34 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-11-20 08:08:25 +0100
commitf2f69e6f60eb75d054383579454038a80f3d9f0e (patch)
tree9d70052c300b76abcf309ddd85150952f4fb694d /examples/allyesconfig.py
parent2e6a274d7ea13e938d42ce8f4a4ec1e5d141f8ec (diff)
allno/yesconfig.py: Remove unused STR_TO_TRI imports
Leftovers
Diffstat (limited to 'examples/allyesconfig.py')
-rw-r--r--examples/allyesconfig.py2
1 files changed, 1 insertions, 1 deletions
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=<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):