tools: Drop unnecessary use of __file__
authorSimon Glass <sjg@chromium.org>
Sat, 29 Aug 2020 17:36:15 +0000 (11:36 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:50:43 +0000 (12:50 -0600)
commit2b522f1e79c358465886f90e2923764f58cca81d
tree6e06af753489c21f48cde5c04a77b46390e1bcb4
parent9fbfaba0a707eb4af2792b966a4f296f7778404f
tools: Drop unnecessary use of __file__

There are few places where the path of the current modules is calculated
but not used. Drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entry.py
tools/buildman/test.py
tools/rmboard.py