commit | b4fa94959db039c7eca4531a5b9a41baffa8b4c8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Apr 17 18:09:05 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Apr 26 14:25:21 2020 -0600 |
tree | 31c441d8968f3432b7be5149f401f0fc29fc3d34 | |
parent | bf776679a73f3b9eae37aabd2be5754483039cb2 [diff] |
patman: Tidy up sys.path changes Now that we are using absolute paths we can remove some of the sys.path mangling that appears in the tools. We only need to add the path to 'tools/' so that everything can find modules relative to that directory. The special paths for finding pylibfdt remain. Signed-off-by: Simon Glass <sjg@chromium.org>