buildman: Move to absolute imports
authorSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2020 00:09:02 +0000 (18:09 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 26 Apr 2020 20:25:21 +0000 (14:25 -0600)
commit0ede00fdaf1d2162350631294f57645675737d89
tree9798b1d33790a198d9704b88137d0a4631ac4099
parentce0dc2edfc51dba5134d50a49ac8a18667fb55b2
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>
tools/buildman/builder.py
tools/buildman/control.py
tools/buildman/func_test.py
tools/buildman/main.py
tools/buildman/test.py
tools/buildman/toolchain.py
tools/moveconfig.py