From 166a24edf71b35c6df9c638274dc82a5d82b1387 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 16 Jan 2018 15:20:01 +0100 Subject: Get TRI_TO_STR from Kconfiglib in test suite Old code. --- testsuite.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index 8133465..8306c05 100644 --- a/testsuite.py +++ b/testsuite.py @@ -40,6 +40,7 @@ from kconfiglib import Kconfig, Symbol, Choice, COMMENT, MENU, \ BOOL, TRISTATE, HEX, STRING, \ + TRI_TO_STR, \ KconfigSyntaxError, expr_value import difflib import errno @@ -113,8 +114,6 @@ def run_selftests(): # configuration. # - TRI_TO_STR = {0: "n", 1: "m", 2: "y"} - def verify_value(sym_name, val): """ Verifies that a symbol has a particular value. -- cgit v1.2.3