diff options
| -rwxr-xr-x | menuconfig.py | 1 | ||||
| -rwxr-xr-x | oldconfig.py | 1 |
2 files changed, 0 insertions, 2 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()) diff --git a/oldconfig.py b/oldconfig.py index 387b42e..7cc9e5b 100755 --- a/oldconfig.py +++ b/oldconfig.py @@ -37,7 +37,6 @@ if sys.version_info[0] < 3: input = raw_input -# Note: Used as the entry point in setup.py def _main(): # Earlier symbols in Kconfig files might depend on later symbols and become # visible if their values change. This flag is set to True if the value of |
