From dccbad534a1ffe688d45810faf986ff79a0f3a41 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 6 Nov 2017 03:46:41 +0100 Subject: Clean up examples a bit conf -> kconf, for consistency, plus various nits. --- examples/print_tree.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/print_tree.py') diff --git a/examples/print_tree.py b/examples/print_tree.py index cda9ce2..1a53a3a 100644 --- a/examples/print_tree.py +++ b/examples/print_tree.py @@ -63,5 +63,5 @@ def print_items(node, indent): node = node.next -conf = Kconfig(sys.argv[1]) -print_items(conf.top_node, 0) +kconf = Kconfig(sys.argv[1]) +print_items(kconf.top_node, 0) -- cgit v1.2.3