1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-11-02 03:17:29 +01:00

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>
This commit is contained in:
Simon Glass
2020-04-17 18:08:54 -06:00
parent 515ce965d6
commit 83a4518771
20 changed files with 0 additions and 40 deletions

View File

@@ -6,8 +6,6 @@
#
# python -m unittest func_test.TestFunctional.testHelp
from __future__ import print_function
import hashlib
from optparse import OptionParser
import os