diff options
author | Simon Glass <sjg@chromium.org> | 2020-04-17 18:08:54 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-04-26 14:25:21 -0600 |
commit | 83a45187715e719bfe520b9ca0373bd8b5bee8aa (patch) | |
tree | 0f2c22972c29f77ec167c871ef94630befd0345b /tools/buildman | |
parent | 515ce965d6e4681768fea877c299f4f90426ac65 (diff) | |
download | u-boot-83a45187715e719bfe520b9ca0373bd8b5bee8aa.tar.gz u-boot-83a45187715e719bfe520b9ca0373bd8b5bee8aa.tar.xz u-boot-83a45187715e719bfe520b9ca0373bd8b5bee8aa.zip |
patman: Drop references to __future__
We don't need these now that the tools using Python 3. Drop them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman')
-rwxr-xr-x | tools/buildman/buildman.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/buildman/buildman.py b/tools/buildman/buildman.py index 30a8690f93..0add628a63 100755 --- a/tools/buildman/buildman.py +++ b/tools/buildman/buildman.py @@ -6,8 +6,6 @@ """See README for more information""" -from __future__ import print_function - import multiprocessing import os import re |