diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-05-19 03:10:37 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-05-19 03:10:37 +0200 |
| commit | 382fd59d9f6f529160b0628f568c58c185338e83 (patch) | |
| tree | 49d7d79955bba748e5d0a29daa9b850d5a357e4c /menuconfig.py | |
| parent | 50ded1daebc6cc7e133ac02912fd184aba5f642d (diff) | |
Remove some comments re. setup.py entry points
Only appeared in two of the scripts, and main() is such a common
convention anyway.
Diffstat (limited to 'menuconfig.py')
| -rwxr-xr-x | menuconfig.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/menuconfig.py b/menuconfig.py index 8160c03..f804057 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -631,7 +631,6 @@ def _style_attr(fg_color, bg_color, attribs, color_attribs={}): # -# Used as the entry point in setup.py def _main(): menuconfig(standard_kconfig()) |
