summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite.py3
1 files changed, 1 insertions, 2 deletions
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.