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 /allmodconfig.py | |
| parent | b07c2053de324d974521c83e7a073ff1330b74d8 (diff) | |
Use a consistent style in small utilities
Also remove some no longer used imports.
Diffstat (limited to 'allmodconfig.py')
| -rwxr-xr-x | allmodconfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/allmodconfig.py b/allmodconfig.py index 1064678..f7c6608 100755 --- a/allmodconfig.py +++ b/allmodconfig.py @@ -15,6 +15,7 @@ import kconfiglib + def main(): kconf = kconfiglib.standard_kconfig() @@ -44,5 +45,6 @@ def main(): kconf.write_config() + if __name__ == "__main__": main() |
