summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-12-22 14:19:40 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2020-01-12 10:26:41 +0100
commitc49bbbbe35e725a75bc6c2fa08ed957ab3f73fcb (patch)
treee38febec388bc0821d069a59af211501942b2cec /kconfiglib.py
parent73a38df409073e16450ecb8272b344e02221dbf4 (diff)
Put some comments at the end of lines.
Shortens things a bit.
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py3
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