summaryrefslogtreecommitdiff
path: root/examples/merge_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/merge_config.py')
-rw-r--r--examples/merge_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/merge_config.py b/examples/merge_config.py
index 2bf318e..ec022d5 100644
--- a/examples/merge_config.py
+++ b/examples/merge_config.py
@@ -65,7 +65,7 @@
import sys
-from kconfiglib import Kconfig, Symbol, BOOL, TRISTATE, TRI_TO_STR
+from kconfiglib import Kconfig, BOOL, TRISTATE, TRI_TO_STR
if len(sys.argv) < 4: