Re: [PATCH 2/4] binman: Correct some import statements

2020-08-22 Thread Simon Glass
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 --- tools/binman/control.py| 4 ++-- tools/binman/ftest.py | 2 +- tools/binman/image_test.py | 2 +-

[PATCH 2/4] binman: Correct some import statements

2020-08-05 Thread Simon Glass
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 --- tools/binman/control.py| 4 ++-- tools/binman/ftest.py | 2 +- tools/binman/image_test.py | 2 +-