From 382fd59d9f6f529160b0628f568c58c185338e83 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 19 May 2019 03:10:37 +0200 Subject: Remove some comments re. setup.py entry points Only appeared in two of the scripts, and main() is such a common convention anyway. --- menuconfig.py | 1 - 1 file changed, 1 deletion(-) (limited to 'menuconfig.py') 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()) -- cgit v1.2.3