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/help_grep.py | |
| parent | de6e57ff6dd4bab3d2a78f8d01b2bfecbd663fc4 (diff) | |
Clean up examples a bit
conf -> kconf, for consistency, plus various nits.
Diffstat (limited to 'examples/help_grep.py')
| -rw-r--r-- | examples/help_grep.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/help_grep.py b/examples/help_grep.py index b9e1440..01ea5e7 100644 --- a/examples/help_grep.py +++ b/examples/help_grep.py @@ -68,5 +68,5 @@ def search_tree(node): node = node.next -conf = Kconfig(sys.argv[1]) -search_tree(conf.top_node) +kconf = Kconfig(sys.argv[1]) +search_tree(kconf.top_node) |
