binman: Correct some import statements
authorSimon Glass <sjg@chromium.org>
Wed, 5 Aug 2020 19:27:47 +0000 (13:27 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 22 Aug 2020 14:53:38 +0000 (08:53 -0600)
commit07237988dcf88366ce4182eceac698cf1e97afc5
tree1f45ccc449a1da4e63b55142e5b162e1eac20300
parent87d43329ef7698eab5b090a91228269c39643122
binman: Correct some import statements

Some of these were not converted when binman moved to use absolute paths.
Fix them.

Also drop the import of 'test' which is a directory, not a module.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/control.py
tools/binman/ftest.py
tools/binman/image_test.py
tools/binman/main.py