commit | 0ede00fdaf1d2162350631294f57645675737d89 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Apr 17 18:09:02 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Apr 26 14:25:21 2020 -0600 |
tree | 9798b1d33790a198d9704b88137d0a4631ac4099 | |
parent | ce0dc2edfc51dba5134d50a49ac8a18667fb55b2 [diff] |
buildman: Move to absolute imports At present buildman 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 buildman to use absolute imports. Also adjust moveconfig.py too since it uses some buildman modules and cannot work without this. Signed-off-by: Simon Glass <sjg@chromium.org>