diff options
Diffstat (limited to 'examples/print_tree.py')
| -rw-r--r-- | examples/print_tree.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/print_tree.py b/examples/print_tree.py index 5155cf0..cd23f68 100644 --- a/examples/print_tree.py +++ b/examples/print_tree.py @@ -41,9 +41,11 @@ # config GENERIC_IRQ_PROBE # ... -from kconfiglib import Kconfig, Symbol, Choice, MENU, COMMENT import sys +from kconfiglib import Kconfig, Symbol, Choice, MENU, COMMENT + + def indent_print(s, indent): print(" "*indent + s) |
