summaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-04-18 03:08:54 +0300
committerSimon Glass <sjg@chromium.org>2020-04-26 23:25:21 +0300
commit83a45187715e719bfe520b9ca0373bd8b5bee8aa (patch)
tree0f2c22972c29f77ec167c871ef94630befd0345b /tools/binman/entry.py
parent515ce965d6e4681768fea877c299f4f90426ac65 (diff)
downloadu-boot-83a45187715e719bfe520b9ca0373bd8b5bee8aa.tar.xz
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/binman/entry.py')
-rw-r--r--tools/binman/entry.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/binman/entry.py b/tools/binman/entry.py
index b6f1b2c93f..1244d36c20 100644
--- a/tools/binman/entry.py
+++ b/tools/binman/entry.py
@@ -4,8 +4,6 @@
# Base class for all entries
#
-from __future__ import print_function
-
from collections import namedtuple
import importlib
import os