commit | 34c505ff2af8ce4d7f6dfe9eb3f95134f8b7f6ac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 18 14:54:32 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 24 17:36:29 2022 -0500 |
tree | 3a537af920a8bbaf3d639d229cac70fcf3f31f15 | |
parent | d9c1da27351e5eed6c4b4601eb73829ea3657af8 [diff] |
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>