]> Git Repo - J-u-boot.git/commitdiff
tools/genboardscfg.py: remove bogus import subprocess
authorMasahiro Yamada <[email protected]>
Sun, 22 May 2016 06:16:47 +0000 (15:16 +0900)
committerTom Rini <[email protected]>
Fri, 27 May 2016 19:47:56 +0000 (15:47 -0400)
Since f6c8f38ec601 ("tools/genboardscfg.py: improve performance more
with Kconfiglib"), this tool does not use the subprocess module.

Signed-off-by: Masahiro Yamada <[email protected]>
tools/genboardscfg.py

index 23c956bb8ec3ad2928c6f4703c7584df8e9c9e72..c2efad55ab4609ed17c006551b2dd0ce6eee3c1e 100755 (executable)
@@ -21,7 +21,6 @@ import glob
 import multiprocessing
 import optparse
 import os
-import subprocess
 import sys
 import tempfile
 import time
This page took 0.036653 seconds and 4 git commands to generate.