commit | c585dd41b774ce9dff28d24a7bc10eb2fcf86193 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Apr 17 18:09:03 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Apr 26 14:25:21 2020 -0600 |
tree | e907492e72c279b64ac971c916de8078a48e8157 | |
parent | f0d9c109aaffdb99f9fe4a0d5c1d18adc4981583 [diff] |
binman: Move to absolute imports At present binman sets the python path on startup so that it can access the libraries it needs. If we convert to use absolute imports this is not necessary. Move binman to use absolute imports. This enables removable of the path adjusting in Entry also. Signed-off-by: Simon Glass <sjg@chromium.org>