aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/settings.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-04-17 18:08:54 -0600
committerSimon Glass <sjg@chromium.org>2020-04-26 14:25:21 -0600
commit83a45187715e719bfe520b9ca0373bd8b5bee8aa (patch)
tree0f2c22972c29f77ec167c871ef94630befd0345b /tools/patman/settings.py
parent515ce965d6e4681768fea877c299f4f90426ac65 (diff)
downloadu-boot-83a45187715e719bfe520b9ca0373bd8b5bee8aa.zip
u-boot-83a45187715e719bfe520b9ca0373bd8b5bee8aa.tar.gz
u-boot-83a45187715e719bfe520b9ca0373bd8b5bee8aa.tar.bz2
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/patman/settings.py')
-rw-r--r--tools/patman/settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/patman/settings.py b/tools/patman/settings.py
index 5dc83a8..9ac96c4 100644
--- a/tools/patman/settings.py
+++ b/tools/patman/settings.py
@@ -2,8 +2,6 @@
# Copyright (c) 2011 The Chromium OS Authors.
#
-from __future__ import print_function
-
try:
import configparser as ConfigParser
except: