]> git.baikalelectronics.ru Git - uboot.git/commit
moveconfig: Drop check for old Python
authorSimon Glass <sjg@chromium.org>
Sat, 18 Dec 2021 21:54:32 +0000 (14:54 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 22:36:29 +0000 (17:36 -0500)
commitfceb07145fbd9f42a8f207f25479d52d7f386d5e
tree3a537af920a8bbaf3d639d229cac70fcf3f31f15
parent571abc8a9a1382ab116b99f6624203a63005b8cc
moveconfig: Drop check for old Python

Python 2 is not supported anymore and Python 3 has had subprocess.DEVNULL
since version 3.3 which was released in 2012. Drop the unnecessary check.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
tools/moveconfig.py