From 83a45187715e719bfe520b9ca0373bd8b5bee8aa Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 17 Apr 2020 18:08:54 -0600 Subject: patman: Drop references to __future__ We don't need these now that the tools using Python 3. Drop them. Signed-off-by: Simon Glass --- tools/binman/entry.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/binman/entry.py') 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 -- cgit v1.2.3