diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-12-22 14:19:40 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2020-01-12 10:26:41 +0100 |
| commit | c49bbbbe35e725a75bc6c2fa08ed957ab3f73fcb (patch) | |
| tree | e38febec388bc0821d069a59af211501942b2cec /kconfiglib.py | |
| parent | 73a38df409073e16450ecb8272b344e02221dbf4 (diff) | |
Put some comments at the end of lines.
Shortens things a bit.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
