diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-06 01:58:06 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-06 02:03:41 +0100 |
| commit | 553cca8e7417ad863b923758e6d402296d05de9c (patch) | |
| tree | 662852d136f1f2ab661d5bcd5f3dabdc9c408b8b /listnewconfig.py | |
| parent | b07c2053de324d974521c83e7a073ff1330b74d8 (diff) | |
Use a consistent style in small utilities
Also remove some no longer used imports.
Diffstat (limited to 'listnewconfig.py')
| -rwxr-xr-x | listnewconfig.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/listnewconfig.py b/listnewconfig.py index 16f44f9..a9f8445 100755 --- a/listnewconfig.py +++ b/listnewconfig.py @@ -13,7 +13,7 @@ import sys from kconfiglib import standard_kconfig, BOOL, TRISTATE, INT, HEX, STRING, \ TRI_TO_STR -import kconfiglib + def main(): kconf = standard_kconfig() @@ -39,5 +39,6 @@ def main(): sys.stdout.write(s) + if __name__ == "__main__": main() |
