summaryrefslogtreecommitdiff
path: root/examples/print_config_tree.py
AgeCommit message (Collapse)Author
2019-05-19String repetition consistency nitUlf Magnusson
2019-03-06Use a consistent style in examplesUlf Magnusson
Also remove some unused imports.
2018-09-27Use a consistent import style in the examplesUlf Magnusson
Do the PEP 8 ordering thingy with standard library imports first.
2018-03-18Add print_config_tree.py example script (#42)Ricardo F
Works like menuconfig.py, but just dumps the tree, with a specified .config file as base. Handy for diffing.