summaryrefslogtreecommitdiff
path: root/menuconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'menuconfig.py')
-rwxr-xr-xmenuconfig.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/menuconfig.py b/menuconfig.py
index ee79864..25047f3 100755
--- a/menuconfig.py
+++ b/menuconfig.py
@@ -268,10 +268,7 @@ def _expr_str(expr):
# Custom expression printer that shows symbol values
return expr_str(expr, _name_and_val_str)
-
-# Entry point when run as an executable, split out so that setuptools'
-# 'entry_points' can be used. It produces a handy menuconfig.exe launcher on
-# Windows.
+# Note: Used as the entry point in setup.py
def _main():
menuconfig(standard_kconfig())