diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-06 03:46:41 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-06 03:58:04 +0100 |
| commit | dccbad534a1ffe688d45810faf986ff79a0f3a41 (patch) | |
| tree | 271ee08edfa561cd0d767387f2c1d3e059bffd0e /examples/print_tree.py | |
| parent | de6e57ff6dd4bab3d2a78f8d01b2bfecbd663fc4 (diff) | |
Clean up examples a bit
conf -> kconf, for consistency, plus various nits.
Diffstat (limited to 'examples/print_tree.py')
| -rw-r--r-- | examples/print_tree.py | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
