Commit d339df522beb6d9268231069fd9e1d3e73af49ed

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 56adbb3872

tools/genboardscfg.py: remove bogus import subprocess

Since f6c8f38ec601 ("tools/genboardscfg.py: improve performance more
with Kconfiglib"), this tool does not use the subprocess module.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

tools/genboardscfg.py
... ... @@ -21,7 +21,6 @@
21 21 import multiprocessing
22 22 import optparse
23 23 import os
24   -import subprocess
25 24 import sys
26 25 import tempfile
27 26 import time