From c49bbbbe35e725a75bc6c2fa08ed957ab3f73fcb Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 22 Dec 2019 14:19:40 +0100 Subject: Put some comments at the end of lines. Shortens things a bit. --- kconfiglib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 41f72b8..69ee4fd 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -6772,8 +6772,7 @@ def _error_if_fn(kconf, _, cond, msg): def _shell_fn(kconf, _, command): - # Only import as needed, to save some startup time - import subprocess + import subprocess # Only import as needed, to save some startup time stdout, stderr = subprocess.Popen( command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE -- cgit v1.2.3