diff options
author | Simon Glass <sjg@chromium.org> | 2020-08-29 11:36:15 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-09-22 12:50:43 -0600 |
commit | 2b522f1e79c358465886f90e2923764f58cca81d (patch) | |
tree | 6e06af753489c21f48cde5c04a77b46390e1bcb4 /tools/buildman | |
parent | 9fbfaba0a707eb4af2792b966a4f296f7778404f (diff) | |
download | u-boot-2b522f1e79c358465886f90e2923764f58cca81d.tar.gz |
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>
Diffstat (limited to 'tools/buildman')
-rw-r--r-- | tools/buildman/test.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/buildman/test.py b/tools/buildman/test.py index 3eaba07559..1a259d54ab 100644 --- a/tools/buildman/test.py +++ b/tools/buildman/test.py @@ -9,9 +9,6 @@ import tempfile import time import unittest -# Bring in the patman libraries -our_path = os.path.dirname(os.path.realpath(__file__)) - from buildman import board from buildman import bsettings from buildman import builder |